commit:     bf607ef62711fbff989434fdef5d1eeef2638791
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 20:13:39 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 20:15:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf607ef6

dev-python/pytest-mock: require mock-2 (bug 635800)

Closes: https://bugs.gentoo.org/635800
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-python/pytest-mock/pytest-mock-1.6.0.ebuild | 4 ++--
 dev-python/pytest-mock/pytest-mock-1.6.3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 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 0d8b032e854..80f4d491234 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}]

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 afa47bdffc9..4d4ced48dfb 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}]

Reply via email to