commit: 21662c39d422066f2084bf7b06253849b9854ee1
Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 8 23:46:16 2018 +0000
Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Fri Sep 14 20:01:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21662c39
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
dev-python/botocore/botocore-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/botocore/botocore-9999.ebuild
b/dev-python/botocore/botocore-9999.ebuild
index 5771ab5e96d..3231771c619 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}]