aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-07-05 16:42:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-07-05 16:43:31 +0000
commit290dec2370ccb4657051d0908b9d296814be389d (patch)
treed49869937df26332b89d570483a1f670f92faee3 /main
parentae9bed6d2bea3af70f4b42a030a9484affa8a20e (diff)
main/py-twisted: fix depends
Diffstat (limited to 'main')
-rw-r--r--main/py-twisted/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py-twisted/APKBUILD b/main/py-twisted/APKBUILD
index b6a876972d2..319cd46a2f2 100644
--- a/main/py-twisted/APKBUILD
+++ b/main/py-twisted/APKBUILD
@@ -2,12 +2,12 @@
pkgname=py-twisted
_pkgname=Twisted
pkgver=19.2.1
-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 py-constantly py-incremental"
+depends="py-crypto py-zope-interface py-constantly py-incremental py-attrs"
makedepends="python2-dev py-setuptools libtirpc-dev py3-setuptools python3-dev"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3 $pkgname-doc"
source="https://twistedmatrix.com/Releases/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.bz2"