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 dbe0a8372f..422ad25986 100644 --- a/testing/py-botocore/APKBUILD +++ b/testing/py-botocore/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="The low-level, core functionality of Boto3" url="https://github.com/boto/boto" arch="noarch" license="apache2" -depends="python py-dateutil py-jmespath" +depends="python2 py-dateutil py-jmespath" depends_dev= makedepends="python2-dev py-setuptools" install= |