Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/botocore/
Date: Fri, 14 Sep 2018 20:02:15
Message-Id: 1536955268.21662c39d422066f2084bf7b06253849b9854ee1.andrey_utkin@gentoo
1 commit: 21662c39d422066f2084bf7b06253849b9854ee1
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 8 23:46:16 2018 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 14 20:01:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21662c39
7
8 dev-python/botocore: 9999: add urllib3 to RDEPEND
9
10 Since 1.11.0 botocore depends on `urllib3`. Before, it used bundled
11 patched versions of `requests` and `urllib3`.
12
13 Package-Manager: Portage-2.3.48, Repoman-2.3.10
14
15 dev-python/botocore/botocore-9999.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-9999.ebuild
19 index 5771ab5e96d..3231771c619 100644
20 --- a/dev-python/botocore/botocore-9999.ebuild
21 +++ b/dev-python/botocore/botocore-9999.ebuild
22 @@ -24,6 +24,7 @@ RDEPEND="
23 dev-python/docutils[${PYTHON_USEDEP}]
24 dev-python/jmespath[${PYTHON_USEDEP}]
25 dev-python/python-dateutil[${PYTHON_USEDEP}]
26 + dev-python/urllib3[${PYTHON_USEDEP}]
27 "
28 DEPEND="
29 dev-python/setuptools[${PYTHON_USEDEP}]