diff options
Diffstat (limited to 'testing/py-botocore/APKBUILD')
-rw-r--r-- | testing/py-botocore/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-botocore/APKBUILD b/testing/py-botocore/APKBUILD index 5df670daf3..dbe0a8372f 100644 --- a/testing/py-botocore/APKBUILD +++ b/testing/py-botocore/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="apache2" depends="python py-dateutil py-jmespath" 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" |