commit: 579873c7da85cda55b4edef2d211f9fd6439c4bd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 17 07:38:58 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 17 08:07:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=579873c7
dev-python/sphinx-testing: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild | 3 +--
dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild | 1 -
dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild | 1 -
3 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild
b/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild
index b6913ffde4a..b70328a430f 100644
--- a/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild
+++ b/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild
@@ -20,8 +20,7 @@ RDEPEND="dev-python/six[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
- test? ( dev-python/nose[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]'
'python2*') )"
+ test? ( dev-python/nose[${PYTHON_USEDEP}] )"
python_test() {
nosetests || die
diff --git a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild
b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild
index 3114100fd69..7b5554b2e1e 100644
--- a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild
+++ b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild
@@ -23,7 +23,6 @@ DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)
)"
python_test() {
diff --git a/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild
b/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild
index a9376463d9e..f8f4f5dc70a 100644
--- a/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild
+++ b/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild
@@ -23,7 +23,6 @@ DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)
)"
python_test() {