From 5cbfbd77ece5024cca01108e69a566e92cec9bcf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 17 Mar 2020 08:38:25 +0100 Subject: [PATCH] dev-python/pipenv: Clean py2 deps up MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pipenv/pipenv-2018.11.26.ebuild | 4 ---- dev-python/pipenv/pipenv-9.0.0-r2.ebuild | 2 -- 2 files changed, 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? ( -- 2.26.2