summaryrefslogtreecommitdiff
path: root/dev-python/pytest-mock/pytest-mock-1.6.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pytest-mock/pytest-mock-1.6.3.ebuild')
-rw-r--r--dev-python/pytest-mock/pytest-mock-1.6.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-mock/pytest-mock-1.6.3.ebuild b/dev-python/pytest-mock/pytest-mock-1.6.3.ebuild
index afa47bdffc92..4d4ced48dfbc 100644
--- a/dev-python/pytest-mock/pytest-mock-1.6.3.ebuild
+++ b/dev-python/pytest-mock/pytest-mock-1.6.3.ebuild
@@ -17,10 +17,10 @@ IUSE=""
RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]
python_targets_python2_7? (
- dev-python/mock[python_targets_python2_7]
+ >=dev-python/mock-2[python_targets_python2_7]
)
python_targets_pypy? (
- dev-python/mock[python_targets_pypy]
+ >=dev-python/mock-2[python_targets_pypy]
)"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]