diff options
Diffstat (limited to 'main/py-twisted/APKBUILD')
-rw-r--r-- | main/py-twisted/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-twisted/APKBUILD b/main/py-twisted/APKBUILD index 64cfb0471b..2533273080 100644 --- a/main/py-twisted/APKBUILD +++ b/main/py-twisted/APKBUILD @@ -8,7 +8,7 @@ url="http://twistedmatrix.com/" arch="all" license="MIT" depends="py-crypto py-zope-interface" -makedepends="python-dev py-setuptools libtirpc-dev" +makedepends="python2-dev py-setuptools libtirpc-dev" install="" subpackages="$pkgname-doc" source="https://twistedmatrix.com/Releases/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.bz2" |