diff options
Diffstat (limited to 'testing/py-raet')
-rw-r--r-- | testing/py-raet/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-raet/APKBUILD b/testing/py-raet/APKBUILD index 6417695eaf..e4357d2c93 100644 --- a/testing/py-raet/APKBUILD +++ b/testing/py-raet/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="An asynchronous encrypted transaction based protocol" url="http://raet.docs.saltstack.com/" arch="noarch" license="BSD" -depends="python py-libnacl py-ioflo" +depends="python2 py-libnacl py-ioflo" depends_dev="" makedepends="python2-dev py-setuptools" install="" |