diff options
Diffstat (limited to 'dev-python/vcrpy/vcrpy-1.12.0.ebuild')
-rw-r--r-- | dev-python/vcrpy/vcrpy-1.12.0.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
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}] |