From 45bc8970eae862a463521af33c52318a7e2d36cb Mon Sep 17 00:00:00 2001 From: Paul Bredbury Date: Sat, 30 Mar 2019 20:41:10 +0000 Subject: testing/py-botocore: needs py-docutils Fixes: pkg_resources.DistributionNotFound: The 'docutils>=0.10' distribution was not found and is required by botocore $ grep "from docutils" /usr/lib/python3.6/site-packages/botocore/docs/bcdoc/textwriter.py from docutils import nodes, writers --- testing/py-botocore/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing') 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 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" -- cgit v1.2.3