~alpine/aports

[alpine-aports] [PATCH] testing/py-botocore: needs py-docutils

Paul Bredbury <brebs@sent.com>
Details
Message ID
<20190330204110.27704-1-brebs@sent.com>
Sender timestamp
1553978470
DKIM signature
missing
Download raw message
Patch: +2 -2
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(-)

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"
-- 
2.21.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)