diff options
Diffstat (limited to 'testing/py-boto3/APKBUILD')
-rw-r--r-- | testing/py-boto3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-boto3/APKBUILD b/testing/py-boto3/APKBUILD index 2254554c65..5f8ebf0d3b 100644 --- a/testing/py-boto3/APKBUILD +++ b/testing/py-boto3/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="AWS SDK for Python (Boto3)" url="http://aws.amazon.com/sdk-for-python/" arch="noarch" license="ASL 2.0" -depends="python py-botocore py-jmespath" +depends="python2 py-botocore py-jmespath" depends_dev= makedepends="python2-dev py-setuptools" install= |