aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-05-22 00:16:16 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-05-22 00:16:16 -0300
commite596176e7839f051a99378df2fcadfd6719e4d24 (patch)
tree604181196e64cec729e56b2a75c6e1a16524eee8
parentfbf12e5d4c7e1d001bcf147750de8bf4c76b8c6d (diff)
downloadalpine_aports-e596176e7839f051a99378df2fcadfd6719e4d24.tar.bz2
alpine_aports-e596176e7839f051a99378df2fcadfd6719e4d24.tar.xz
alpine_aports-e596176e7839f051a99378df2fcadfd6719e4d24.zip
community/py3-boto3: fix version constraint for py3-botocore
-rw-r--r--community/py3-boto3/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-boto3/APKBUILD b/community/py3-boto3/APKBUILD
index cc1b5c9aff..a4138c397d 100644
--- a/community/py3-boto3/APKBUILD
+++ b/community/py3-boto3/APKBUILD
@@ -9,7 +9,7 @@ url="https://aws.amazon.com/sdk-for-python/"
9arch="noarch" 9arch="noarch"
10license="Apache-2.0" 10license="Apache-2.0"
11options="!check" 11options="!check"
12depends="py3-botocore<1.16.0 py3-s3transfer<0.4.0 py3-jmespath<1.0.0" 12depends="py3-botocore<1.17.0 py3-s3transfer<0.4.0 py3-jmespath<1.0.0"
13makedepends="py3-setuptools" 13makedepends="py3-setuptools"
14source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" 14source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
15builddir="$srcdir"/$_pkgname-$pkgver 15builddir="$srcdir"/$_pkgname-$pkgver