commit: 69f2a2b652df603694d3fcb5560048964fa80e76 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Mar 17 07:49:22 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Mar 17 08:07:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f2a2b6
dev-python/vcrpy: Clean py2 deps up Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/vcrpy/vcrpy-1.11.1.ebuild | 4 +--- dev-python/vcrpy/vcrpy-1.12.0.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-python/vcrpy/vcrpy-1.11.1.ebuild b/dev-python/vcrpy/vcrpy-1.11.1.ebuild index f182ecabe7b..dd4a33310f3 100644 --- a/dev-python/vcrpy/vcrpy-1.11.1.ebuild +++ b/dev-python/vcrpy/vcrpy-1.11.1.ebuild @@ -25,9 +25,7 @@ RDEPEND=" >=dev-python/six-1.5[${PYTHON_USEDEP}] dev-python/urllib3[${PYTHON_USEDEP}] dev-python/wrapt[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) - $(python_gen_cond_dep 'dev-python/contextlib2[${PYTHON_USEDEP}]' python2_7) - $(python_gen_cond_dep 'dev-python/yarl[${PYTHON_USEDEP}]' python3*) + dev-python/yarl[${PYTHON_USEDEP}] " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/dev-python/vcrpy/vcrpy-1.12.0.ebuild b/dev-python/vcrpy/vcrpy-1.12.0.ebuild index bcb7fd86c25..3c66980bdd3 100644 --- a/dev-python/vcrpy/vcrpy-1.12.0.ebuild +++ b/dev-python/vcrpy/vcrpy-1.12.0.ebuild @@ -25,9 +25,7 @@ RDEPEND=" >=dev-python/six-1.5[${PYTHON_USEDEP}] dev-python/urllib3[${PYTHON_USEDEP}] dev-python/wrapt[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) - $(python_gen_cond_dep 'dev-python/contextlib2[${PYTHON_USEDEP}]' python2_7) - $(python_gen_cond_dep 'dev-python/yarl[${PYTHON_USEDEP}]' 'python3*') + dev-python/yarl[${PYTHON_USEDEP}] " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]