diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 10:47:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:50 +0000 |
commit | 859f6648b1af4e05d1ed6aa8e3fc65067593023f (patch) | |
tree | 6ec7fb5cd41e7db02860cf443125490fcf09f146 | |
parent | 112323adae77ed87d060cbf4589c7adba51c08b8 (diff) | |
download | aports-859f6648b1af4e05d1ed6aa8e3fc65067593023f.tar.bz2 aports-859f6648b1af4e05d1ed6aa8e3fc65067593023f.tar.xz |
testing/py-botocore: rebuild against python 3.7
-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 5749005080..9c1ed8aec1 100644 --- a/testing/py-botocore/APKBUILD +++ b/testing/py-botocore/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Valery Kartel <valery.kartel@gmail.com> pkgname=py-botocore pkgver=1.12.75 -pkgrel=1 +pkgrel=2 _pkgreal=${pkgname#py-} pkgdesc="The low-level, core functionality of Boto3" url="https://github.com/boto/botocore" |