diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-17 08:38:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-17 09:07:20 +0100 |
commit | 5cbfbd77ece5024cca01108e69a566e92cec9bcf (patch) | |
tree | b8583e8c5c321231bb5a61a27a9b512502d26030 /dev-python/pipenv | |
parent | dev-python/pickleshare: Clean py2 deps up (diff) | |
download | gentoo-5cbfbd77ece5024cca01108e69a566e92cec9bcf.tar.gz gentoo-5cbfbd77ece5024cca01108e69a566e92cec9bcf.tar.bz2 gentoo-5cbfbd77ece5024cca01108e69a566e92cec9bcf.zip |
dev-python/pipenv: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pipenv')
-rw-r--r-- | dev-python/pipenv/pipenv-2018.11.26.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pipenv/pipenv-9.0.0-r2.ebuild | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/dev-python/pipenv/pipenv-2018.11.26.ebuild b/dev-python/pipenv/pipenv-2018.11.26.ebuild index c247869dfbe4..189e6cc78ce7 100644 --- a/dev-python/pipenv/pipenv-2018.11.26.ebuild +++ b/dev-python/pipenv/pipenv-2018.11.26.ebuild @@ -24,10 +24,6 @@ RDEPEND=" >=dev-python/pip-9.0.1[${PYTHON_USEDEP}] >dev-python/requests-2.18.0[${PYTHON_USEDEP}] >=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2_7') - $(python_gen_cond_dep 'dev-python/typing[${PYTHON_USEDEP}]' 'python2_7') - $(python_gen_cond_dep 'dev-python/pathlib[${PYTHON_USEDEP}]' 'python2_7') - $(python_gen_cond_dep 'dev-python/backports-shutil_get_terminal_size[${PYTHON_USEDEP}]' 'python2_7') " DEPEND=" >=dev-python/parver-0.2[${PYTHON_USEDEP}] diff --git a/dev-python/pipenv/pipenv-9.0.0-r2.ebuild b/dev-python/pipenv/pipenv-9.0.0-r2.ebuild index 141a489a64c7..14b90d3e86cc 100644 --- a/dev-python/pipenv/pipenv-9.0.0-r2.ebuild +++ b/dev-python/pipenv/pipenv-9.0.0-r2.ebuild @@ -23,8 +23,6 @@ RDEPEND=" >=dev-python/pip-9.0.1[${PYTHON_USEDEP}] >dev-python/requests-2.18.0[${PYTHON_USEDEP}] >=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/pathlib[${PYTHON_USEDEP}]' 'python2_7') - $(python_gen_cond_dep 'dev-python/backports-shutil_get_terminal_size[${PYTHON_USEDEP}]' 'python2_7') " DEPEND="${RDEPEND} test? ( |