diff options
Diffstat (limited to 'testing/py-libnacl/APKBUILD')
-rw-r--r-- | testing/py-libnacl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-libnacl/APKBUILD b/testing/py-libnacl/APKBUILD index 3d3349b7da..c96c955cf2 100644 --- a/testing/py-libnacl/APKBUILD +++ b/testing/py-libnacl/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Python bindings for libsodium/tweetnacl" url="https://libnacl.readthedocs.org/" arch="noarch" license="ASL 2.0" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |