From 579873c7da85cda55b4edef2d211f9fd6439c4bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 17 Mar 2020 08:38:58 +0100 Subject: [PATCH] dev-python/sphinx-testing: Clean py2 deps up MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 b6913ffde4a5..b70328a430ff 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 3114100fd698..7b5554b2e1ef 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 a9376463d9e7..f8f4f5dc70af 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() { -- 2.26.2