aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-07-31 12:25:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-07-31 12:25:37 +0000
commit2d745609a9dc121e61cca3790f80d7800f2bef4c (patch)
tree8abbdab58665e0f94f06ec031250fd8fd8a70ae1
parentf9392f1f135867dc4abce1158e01d5d72275adc0 (diff)
downloadaports-2d745609a9dc121e61cca3790f80d7800f2bef4c.tar.bz2
aports-2d745609a9dc121e61cca3790f80d7800f2bef4c.tar.xz
community/py-ipaddr: remove python2 dependency
-rw-r--r--community/py-ipaddr/APKBUILD4
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"