diff options
| author | Paul Bredbury <brebs@sent.com> | 2019-03-30 20:41:10 +0000 |
|---|---|---|
| committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-04-03 14:14:50 +0000 |
| commit | 45bc8970eae862a463521af33c52318a7e2d36cb (patch) | |
| tree | 9c62db7502c45c1e9a9314fb34586366966d3c37 /testing | |
| parent | d7249ba106bab4831182478d1faca0926b3b0955 (diff) | |
| download | aports-45bc8970eae862a463521af33c52318a7e2d36cb.tar.bz2 aports-45bc8970eae862a463521af33c52318a7e2d36cb.tar.xz | |
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
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" |
