commit: df0bb14c5a50220aa22eb38fadb2ca98a2a9d6d8
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 29 11:04:01 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 29 11:04:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df0bb14c
dev-python/pytest-travis-fold: tests require package to be already installed
thus, depend on itself, repoman doesn't complain about it
so apperently we can do this
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0.ebuild
b/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0.ebuild
index 9882296..5b7322f 100644
--- a/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0.ebuild
+++ b/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0.ebuild
@@ -23,6 +23,10 @@ RDEPEND="
>=dev-python/pytest-2.6.0[${PYTHON_USEDEP}]
<dev-python/pytest-4[${PYTHON_USEDEP}]
"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ test? (
+ dev-python/pytest-travis-fold[${PYTHON_USEDEP}]
+ )
+"
distutils_enable_tests pytest