Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pipenv/
Date: Sat, 02 Dec 2017 20:09:13
Message-Id: 1512245348.570875337306f6523402a05e76524f1b0c24b09b.jlec@gentoo
1 commit: 570875337306f6523402a05e76524f1b0c24b09b
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 2 20:09:00 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 20:09:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57087533
7
8 dev-python/pipenv: Fix dependencies
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11 Package-Manager: Portage-2.3.16, Repoman-2.3.6
12
13 dev-python/pipenv/pipenv-8.3.2.ebuild | 6 +++++-
14 1 file changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/pipenv/pipenv-8.3.2.ebuild b/dev-python/pipenv/pipenv-8.3.2.ebuild
17 index dd7ad3f7639..3a24ba23ec8 100644
18 --- a/dev-python/pipenv/pipenv-8.3.2.ebuild
19 +++ b/dev-python/pipenv/pipenv-8.3.2.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy pypy3 )
25 +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
26
27 inherit distutils-r1
28
29 @@ -19,6 +19,10 @@ IUSE="test"
30 RDEPEND=""
31 DEPEND="${RDEPEND}
32 dev-python/setuptools[${PYTHON_USEDEP}]
33 + >=dev-python/pew-0.1.26[${PYTHON_USEDEP}]
34 + >=dev-python/pip-9.0.1[${PYTHON_USEDEP}]
35 + >dev-python/requests-2.18.0[${PYTHON_USEDEP}]
36 + >=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}]
37 test? (
38 dev-python/flake8[${PYTHON_USEDEP}]
39 dev-python/pytest[${PYTHON_USEDEP}]