diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-01-15 19:23:28 -0500 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-01-03 11:10:31 +0000 |
commit | 23c92b4a69790efbd5a3897c4da9d1edf85a4b5c (patch) | |
tree | dc01855b647b7cdb3e5b9b0bd5b972c1436f963f /main | |
parent | 13f1d45549ac87d04cbe570579397a956d06ad79 (diff) | |
download | aports-23c92b4a69790efbd5a3897c4da9d1edf85a4b5c.tar.bz2 aports-23c92b4a69790efbd5a3897c4da9d1edf85a4b5c.tar.xz |
main/py-twisted: add constantly, incremental to deps
Diffstat (limited to 'main')
-rw-r--r-- | main/py-twisted/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py-twisted/APKBUILD b/main/py-twisted/APKBUILD index 24ba24e708..d87fe72461 100644 --- a/main/py-twisted/APKBUILD +++ b/main/py-twisted/APKBUILD @@ -2,12 +2,12 @@ pkgname=py-twisted _pkgname=Twisted pkgver=17.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Asynchronous networking framework written in Python." url="http://twistedmatrix.com/" arch="all" license="MIT" -depends="py-crypto py-zope-interface" +depends="py-crypto py-zope-interface py-constantly py-incremental" makedepends="python2-dev py-setuptools libtirpc-dev" install="" subpackages="$pkgname-doc" |