diff options
Diffstat (limited to 'testing/py-geoip')
-rw-r--r-- | testing/py-geoip/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-geoip/APKBUILD b/testing/py-geoip/APKBUILD index 7491da74f0..b60728889d 100644 --- a/testing/py-geoip/APKBUILD +++ b/testing/py-geoip/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Pure Python GeoIP API" url="https://github.com/appliedsec/pygeoip" arch="noarch" license="LGPL3+" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |