From: Andreas Sturmlechner Date: Sat, 26 Oct 2019 14:33:39 +0000 (+0200) Subject: dev-python/nose2: Drop obsolete RDEPEND X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0d5b5a0955b1fc354ef8d42dc7809400170c37a8;p=gentoo.git dev-python/nose2: Drop obsolete RDEPEND Thanks-to: Chris Mayo Closes: https://bugs.gentoo.org/681818 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner --- diff --git a/dev-python/nose2/nose2-0.9.1.ebuild b/dev-python/nose2/nose2-0.9.1-r1.ebuild similarity index 92% rename from dev-python/nose2/nose2-0.9.1.ebuild rename to dev-python/nose2/nose2-0.9.1-r1.ebuild index 32043d32695c..22dd4594b981 100644 --- a/dev-python/nose2/nose2-0.9.1.ebuild +++ b/dev-python/nose2/nose2-0.9.1-r1.ebuild @@ -23,9 +23,7 @@ DEPEND=" >=dev-python/coverage-4.4.1[${PYTHON_USEDEP}] >=dev-python/six-1.1[${PYTHON_USEDEP}] " -RDEPEND="${DEPEND} - >=dev-python/cov-core-1.12[${PYTHON_USEDEP}] -" +RDEPEND="${DEPEND}" python_compile_all() { use doc && emake -C docs html