From: Andrey Utkin Date: Sat, 8 Sep 2018 23:46:16 +0000 (+0100) Subject: dev-python/botocore: 9999: add urllib3 to RDEPEND X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=21662c39d422066f2084bf7b06253849b9854ee1;p=gentoo.git 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 --- 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}]