diff options
Diffstat (limited to 'testing/py-radix/APKBUILD')
-rw-r--r-- | testing/py-radix/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-radix/APKBUILD b/testing/py-radix/APKBUILD index 981e3fed9f..6d8399bde4 100644 --- a/testing/py-radix/APKBUILD +++ b/testing/py-radix/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="An implementation of a radix tree for Python" url="https://github.com/mjschultz/py-radix" arch="all" license="BSD" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |