commit: 53032c49e0b63a56fc520f5b03c14dce6effd34f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 23 05:55:04 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 23 10:00:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53032c49
dev-python/pytest-forked: Remove RDEP on pytest
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-forked/pytest-forked-1.2.0.ebuild | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/dev-python/pytest-forked/pytest-forked-1.2.0.ebuild
b/dev-python/pytest-forked/pytest-forked-1.2.0.ebuild
index d1217706c9c..eb87e973a81 100644
--- a/dev-python/pytest-forked/pytest-forked-1.2.0.ebuild
+++ b/dev-python/pytest-forked/pytest-forked-1.2.0.ebuild
@@ -18,12 +18,16 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc
~ppc64 ~s390 ~sparc ~
IUSE="test"
RESTRICT="!test? ( test )"
-RDEPEND="
- >=dev-python/pytest-3.1.0[${PYTHON_USEDEP}]"
+# Please do not RDEPEND on pytest; this package won't do anything
+# without pytest installed, and there is no reason to force older
+# implementations on pytest.
BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]
- test? ( ${RDEPEND} )"
+ test? (
+ ${RDEPEND}
+ >=dev-python/pytest-3.1.0[${PYTHON_USEDEP}]
+ )"
python_test() {
distutils_install_for_testing