diff options
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py-botocore/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-botocore/APKBUILD b/testing/py-botocore/APKBUILD index 7f7e583280..5749005080 100644 --- a/testing/py-botocore/APKBUILD +++ b/testing/py-botocore/APKBUILD @@ -2,13 +2,13 @@ # Contributor: Valery Kartel <valery.kartel@gmail.com> pkgname=py-botocore pkgver=1.12.75 -pkgrel=0 +pkgrel=1 _pkgreal=${pkgname#py-} pkgdesc="The low-level, core functionality of Boto3" url="https://github.com/boto/botocore" arch="noarch" license="Apache-2.0" -depends="py-dateutil py-jmespath py-urllib3" +depends="py-dateutil py-docutils py-jmespath py-urllib3" makedepends="python2-dev python3-dev py-setuptools" subpackages="py3-$_pkgreal:_py3 py2-$_pkgreal:_py2" source="https://files.pythonhosted.org/packages/source/${_pkgreal:0:1}/$_pkgreal/$_pkgreal-$pkgver.tar.gz" |
