diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-06 10:14:23 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-06 10:20:50 -0300 |
commit | 46255b3d240dbe82a3609fe765113031f9f2ece1 (patch) | |
tree | 4472b854fd6b9301b0d4f6eb16edc008cf5005b9 /community/py3-twisted | |
parent | 40cc9204e7b00dfc8a8dabbe10ecc2fca93a5715 (diff) | |
download | aports-46255b3d240dbe82a3609fe765113031f9f2ece1.zip |
community/py3-twisted: fix dependency
thanks to @ncopa for finding this one
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 dbf08040571..146cf8dae38 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" |