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 02ccc923ba..981e3fed9f 100644 --- a/testing/py-radix/APKBUILD +++ b/testing/py-radix/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="$pkgname-doc" source="${pkgname}-${pkgver}.tar.gz::https://github.com/mjschultz/py-radix/archive/v${pkgver}.tar.gz" |