dev-python/botocore: 9999: add urllib3 to RDEPEND
authorAndrey Utkin <andrey_utkin@gentoo.org>
Sat, 8 Sep 2018 23:46:16 +0000 (00:46 +0100)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Fri, 14 Sep 2018 20:01:08 +0000 (21:01 +0100)
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

index 5771ab5e96d5e073c097be39111d00b5e63bc4fe..3231771c6196f3c3675ce97b6075cec2d31280e8 100644 (file)
@@ -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}]