aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorDmitry Romanenko <Dmitry@Romanenko.in>2019-01-08 22:37:51 -0500
committerAndy Postnikov <apostnikov@gmail.com>2019-01-09 06:07:28 +0200
commit64f42e16f80287e3ff468df1136a3b2115b2583e (patch)
tree06ea0cb4c9920942faf55be2aa8a71a9b3cf865d /testing
parent95b433402207950d36cd27db335e963ee1f5a92d (diff)
testing/py-boto3: Added missing py-s3transfer dependency
Diffstat (limited to 'testing')
-rw-r--r--testing/py-boto3/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-boto3/APKBUILD b/testing/py-boto3/APKBUILD
index 73b162f0fc1..03faa6ab7aa 100644
--- a/testing/py-boto3/APKBUILD
+++ b/testing/py-boto3/APKBUILD
@@ -3,13 +3,13 @@
pkgname=py-boto3
_pkgname=boto3
pkgver=1.9.75
-pkgrel=1
+pkgrel=2
pkgdesc="AWS SDK for Python (Boto3)"
url="https://aws.amazon.com/sdk-for-python/"
arch="noarch"
license="Apache-2.0"
options="!check"
-depends="py-botocore"
+depends="py-botocore py-s3transfer"
makedepends="python2-dev py-setuptools python3-dev"
subpackages="py3-$_pkgname:_py3 py2-$_pkgname:_py2"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"