diff options
Diffstat (limited to 'main/py-boto/APKBUILD')
-rw-r--r-- | main/py-boto/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-boto/APKBUILD b/main/py-boto/APKBUILD index 31b21fa7e7..eded251641 100644 --- a/main/py-boto/APKBUILD +++ b/main/py-boto/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="An interface to infrastructural services offered by Amazon Web Services url="http://docs.pythonboto.org/en/latest/index.html" arch="noarch" license="MIT" -depends="python" +depends="python2" makedepends="python2-dev py-setuptools" install="" subpackages="$pkgname-doc" |