diff options
Diffstat (limited to 'testing/py-us/APKBUILD')
-rw-r--r-- | testing/py-us/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-us/APKBUILD b/testing/py-us/APKBUILD index cbaf167c88..683a34eb69 100644 --- a/testing/py-us/APKBUILD +++ b/testing/py-us/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python US state meta information module" url="https://github.com/sunlightlabs/python-us" arch="noarch" license="BSD" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |