aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-radix
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-radix')
-rw-r--r--testing/py-radix/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-radix/APKBUILD b/testing/py-radix/APKBUILD
index 981e3fed9fd..6d8399bde48 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=""