Twisted: add missing dependencies
Now uses cryptography instead of pycrypto.
This commit is contained in:
parent
09923aa1fb
commit
24287edef8
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'Twisted'
|
# Template file for 'Twisted'
|
||||||
pkgname=Twisted
|
pkgname=Twisted
|
||||||
version=16.6.0
|
version=16.6.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="python-setuptools python-zope.interface python-crypto python-openssl python-service_identity"
|
hostmakedepends="python-setuptools python-zope.interface python-cryptography
|
||||||
|
python-openssl python-service_identity python-constantly python-incremental"
|
||||||
makedepends="${hostmakedepends} python-devel"
|
makedepends="${hostmakedepends} python-devel"
|
||||||
depends="${makedepends/python-devel/}"
|
depends="${makedepends/python-devel/}"
|
||||||
pycompile_module="twisted"
|
pycompile_module="twisted"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue