diff options
Diffstat (limited to 'testing/py-s3transfer/APKBUILD')
-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 5d9508d3b1..4dbe24692d 100644 --- a/testing/py-s3transfer/APKBUILD +++ b/testing/py-s3transfer/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="apache2" depends="python" depends_dev= -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install= subpackages= source="$_pkgname-$pkgver.tar.gz::https://github.com/boto/$_pkgname/archive/$pkgver.tar.gz" |