summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatoro Mahri <matoro_gentoo@matoro.tk>2023-12-17 23:11:49 -0500
committerSam James <sam@gentoo.org>2023-12-19 05:21:01 +0000
commitb3e071164ff573d7d239cfcb909d48ee03185ca6 (patch)
tree61778cef9cd7d7b61aacb9eb0186e8481a35797e /app-text/rpl
parentnet-p2p/amule: wire up tests (diff)
downloadgentoo-b3e071164ff573d7d239cfcb909d48ee03185ca6.tar.gz
gentoo-b3e071164ff573d7d239cfcb909d48ee03185ca6.tar.bz2
gentoo-b3e071164ff573d7d239cfcb909d48ee03185ca6.zip
app-text/rpl: add dev-python/pytest-datafiles test dep
Bug: https://bugs.gentoo.org/811936 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/34344 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/rpl')
-rw-r--r--app-text/rpl/rpl-1.15.5.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-text/rpl/rpl-1.15.5.ebuild b/app-text/rpl/rpl-1.15.5.ebuild
index 94f430f1934e..996457e48869 100644
--- a/app-text/rpl/rpl-1.15.5.ebuild
+++ b/app-text/rpl/rpl-1.15.5.ebuild
@@ -17,6 +17,8 @@ SRC_URI="
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]"
BDEPEND="
@@ -24,6 +26,7 @@ BDEPEND="
dev-python/argparse-manpage[${PYTHON_USEDEP}]
dev-python/regex[${PYTHON_USEDEP}]
dev-python/chainstream[${PYTHON_USEDEP}]
+ test? ( dev-python/pytest-datafiles[${PYTHON_USEDEP}] )
"
distutils_enable_tests pytest