python3-slixmpp: fix deps
This commit is contained in:
parent
799f2f75ae
commit
eeb1565fb4
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'python3-slixmpp'
|
# Template file for 'python3-slixmpp'
|
||||||
pkgname=python3-slixmpp
|
pkgname=python3-slixmpp
|
||||||
version=1.4.1
|
version=1.4.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="slixmpp-${version}"
|
wrksrc="slixmpp-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="slixmpp"
|
pycompile_module="slixmpp"
|
||||||
hostmakedepends="pkg-config python3-setuptools python3-Cython"
|
hostmakedepends="pkg-config python3-setuptools python3-Cython"
|
||||||
makedepends="python3-devel libidn-devel"
|
makedepends="python3-devel libidn-devel"
|
||||||
|
depends="python3-aiodns python3-pyasn1 python3-pyasn1-modules python3-aiohttp"
|
||||||
checkdepends="python3-pytest gnupg"
|
checkdepends="python3-pytest gnupg"
|
||||||
depends="python3-aiodns python3-pyasn1 python3-pyasn1-modules"
|
|
||||||
short_desc="An elegant Python library for XMPP"
|
short_desc="An elegant Python library for XMPP"
|
||||||
maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
|
maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Reference in New Issue