summaryrefslogtreecommitdiff
path: root/dev-python/pytest-mock/pytest-mock-1.6.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-31 15:47:53 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-10-31 15:47:53 +0000
commitd950fa39dbe16d164ed0cb8e3036fd5d0d896a4c (patch)
tree04f92d5d1070a7aedb970ce4539dc6d60253c4df /dev-python/pytest-mock/pytest-mock-1.6.0.ebuild
parentbd7908c6630f38067350d396ac5d18c3cc2434a0 (diff)
gentoo resync : 31.10.2017
Diffstat (limited to 'dev-python/pytest-mock/pytest-mock-1.6.0.ebuild')
-rw-r--r--dev-python/pytest-mock/pytest-mock-1.6.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-mock/pytest-mock-1.6.0.ebuild b/dev-python/pytest-mock/pytest-mock-1.6.0.ebuild
index 0d8b032e8541..80f4d4912349 100644
--- a/dev-python/pytest-mock/pytest-mock-1.6.0.ebuild
+++ b/dev-python/pytest-mock/pytest-mock-1.6.0.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}]