diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-17 08:49:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-17 09:07:51 +0100 |
commit | 69f2a2b652df603694d3fcb5560048964fa80e76 (patch) | |
tree | 1a2467c48f37a86661ed1b09d131da671f662c59 /dev-python/vcrpy | |
parent | dev-python/ujson: Clean py2 deps up (diff) | |
download | gentoo-69f2a2b652df603694d3fcb5560048964fa80e76.tar.gz gentoo-69f2a2b652df603694d3fcb5560048964fa80e76.tar.bz2 gentoo-69f2a2b652df603694d3fcb5560048964fa80e76.zip |
dev-python/vcrpy: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/vcrpy')
-rw-r--r-- | dev-python/vcrpy/vcrpy-1.11.1.ebuild | 4 | ||||
-rw-r--r-- | 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 f182ecabe7bc..dd4a33310f3f 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 bcb7fd86c25a..3c66980bdd30 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}] |