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
|
_pyname=xmlsec
|
||||||
pkgname="py3-$_pyname"
|
pkgname="py3-$_pyname"
|
||||||
pkgver=1.3.13
|
pkgver=1.3.13
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
# does not support libxml2 1.3.0
|
# does not support libxml2 1.3.0
|
||||||
arch="!armv7 all"
|
arch="!armv7 all"
|
||||||
pkgdesc="Python bindings for the XML Security Library"
|
pkgdesc="Python bindings for the XML Security Library"
|
||||||
url="https://pypi.python.org/project/$_pyname"
|
url="https://pypi.python.org/project/$_pyname"
|
||||||
license="MIT"
|
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"
|
makedepends="py3-setuptools libxml2-dev xmlsec-dev<1.3 py3-wheel py3-pip python3-dev"
|
||||||
checkdepends="py3-pytest"
|
checkdepends="py3-pytest"
|
||||||
source="
|
source="
|
||||||
|
|
Loading…
Reference in a new issue