user/py3-xmlsec: fix xmlsec depends
This commit is contained in:
parent
a466c90875
commit
1c5cbbde29
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
|||
_pyname=xmlsec
|
||||
pkgname="py3-$_pyname"
|
||||
pkgver=1.3.13
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
# does not support libxml2 1.3.0
|
||||
arch="!armv7 all"
|
||||
pkgdesc="Python bindings for the XML Security Library"
|
||||
url="https://pypi.python.org/project/$_pyname"
|
||||
license="MIT"
|
||||
depends="py3-lxml"
|
||||
depends="py3-lxml xmlsec<1.3"
|
||||
makedepends="py3-setuptools libxml2-dev xmlsec-dev<1.3 py3-wheel py3-pip python3-dev"
|
||||
checkdepends="py3-pytest"
|
||||
source="
|
||||
|
|
Loading…
Reference in a new issue