diff options
-rw-r--r-- | community/py-ipaddr/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-ipaddr/APKBUILD b/community/py-ipaddr/APKBUILD index 8df568dd5f..b74545b767 100644 --- a/community/py-ipaddr/APKBUILD +++ b/community/py-ipaddr/APKBUILD @@ -2,12 +2,12 @@ pkgname=py-ipaddr _pkgname=ipaddr pkgver=2.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python IP address manipulation library" url="http://code.google.com/p/ipaddr-py" arch="noarch" license="Apache-2.0 PSF" -depends="python2" +depends="" makedepends="python2-dev python3-dev py-setuptools" subpackages="py3-${pkgname#py-}:_py3 py2-${pkgname#py-}:_py2" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" |