projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b61cb44
)
dev-python/pipenv: Fix dependencies
author
Justin Lecher
<jlec@gentoo.org>
Sat, 2 Dec 2017 20:09:00 +0000
(20:09 +0000)
committer
Justin Lecher
<jlec@gentoo.org>
Sat, 2 Dec 2017 20:09:08 +0000
(20:09 +0000)
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Package-Manager: Portage-2.3.16, Repoman-2.3.6
dev-python/pipenv/pipenv-8.3.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pipenv/pipenv-8.3.2.ebuild
b/dev-python/pipenv/pipenv-8.3.2.ebuild
index dd7ad3f7639f4ba13c46b16c6c49ff9ca641136e..3a24ba23ec81ca7ef92e94e118b2a489f8504da1 100644
(file)
--- a/
dev-python/pipenv/pipenv-8.3.2.ebuild
+++ b/
dev-python/pipenv/pipenv-8.3.2.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{
3,4,5}} pypy pypy3
)
+PYTHON_COMPAT=( python{2_7,3_{
4,5,6}}
)
inherit distutils-r1
@@
-19,6
+19,10
@@
IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
+ >=dev-python/pew-0.1.26[${PYTHON_USEDEP}]
+ >=dev-python/pip-9.0.1[${PYTHON_USEDEP}]
+ >dev-python/requests-2.18.0[${PYTHON_USEDEP}]
+ >=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}]
test? (
dev-python/flake8[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]