diff options
Diffstat (limited to 'community/py3-twisted')
-rw-r--r-- | community/py3-twisted/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-twisted/APKBUILD b/community/py3-twisted/APKBUILD index dbf0804057..146cf8dae3 100644 --- a/community/py3-twisted/APKBUILD +++ b/community/py3-twisted/APKBUILD @@ -2,12 +2,12 @@ pkgname=py3-twisted _pkgname=Twisted pkgver=19.7.0 -pkgrel=1 +pkgrel=2 pkgdesc="Asynchronous networking framework written in Python3" url="http://twistedmatrix.com/" arch="all" license="MIT" -depends="python3 py3-crypto py3-zope-interface py3-constantly py3-incremental py3-attrs +depends="python3 py3-cryptography py3-zope-interface py3-constantly py3-incremental py3-attrs py3-pyhamcrest py3-hyperlink py3-automat" makedepends="libtirpc-dev py3-setuptools python3-dev" checkdepends="xvfb-run py3-appdirs tzdata" |