diff options
Diffstat (limited to 'testing/py-s3transfer')
-rw-r--r-- | testing/py-s3transfer/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-s3transfer/APKBUILD b/testing/py-s3transfer/APKBUILD index 4dbe24692d..63fb077c59 100644 --- a/testing/py-s3transfer/APKBUILD +++ b/testing/py-s3transfer/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Amazon S3 Transfer Manager for Python" url="https://github.com/boto/s3transfer" arch="noarch" license="apache2" -depends="python" +depends="python2" depends_dev= makedepends="python2-dev py-setuptools" install= |