summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Utkin <andrey_utkin@gentoo.org>2018-09-09 00:46:16 +0100
committerAndrey Utkin <andrey_utkin@gentoo.org>2018-09-14 21:01:08 +0100
commit21662c39d422066f2084bf7b06253849b9854ee1 (patch)
treee3c651e67f6b64712432d1dfe499444fb25e5b3c /dev-python/botocore
parentsys-power/acpid: drop old version 2.0.28 (diff)
downloadgentoo-21662c39d422066f2084bf7b06253849b9854ee1.tar.gz
gentoo-21662c39d422066f2084bf7b06253849b9854ee1.tar.bz2
gentoo-21662c39d422066f2084bf7b06253849b9854ee1.zip
dev-python/botocore: 9999: add urllib3 to RDEPEND
Since 1.11.0 botocore depends on `urllib3`. Before, it used bundled patched versions of `requests` and `urllib3`. Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'dev-python/botocore')
-rw-r--r--dev-python/botocore/botocore-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-9999.ebuild
index 5771ab5e96d5..3231771c6196 100644
--- a/dev-python/botocore/botocore-9999.ebuild
+++ b/dev-python/botocore/botocore-9999.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]
dev-python/jmespath[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
+ dev-python/urllib3[${PYTHON_USEDEP}]
"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]