diff options
Diffstat (limited to 'testing/awscli')
-rw-r--r-- | testing/awscli/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/awscli/APKBUILD b/testing/awscli/APKBUILD index da1e2dbde7..97299edd2b 100644 --- a/testing/awscli/APKBUILD +++ b/testing/awscli/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Universal Command Line Interface for Amazon Web Services" url="https://github.com/aws/aws-cli" arch="noarch" license="apache2" -depends="python py-botocore py-jmespath py-s3transfer" +depends="python2 py-botocore py-jmespath py-s3transfer" depends_dev= makedepends="python2-dev py-setuptools" install= |