mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
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
This commit is contained in:
parent
d7249ba106
commit
45bc8970ea
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user