From 1a3bbf6f245f2cf421924cf975edd429af348821 Mon Sep 17 00:00:00 2001 From: Ivan Lloro Date: Sat, 10 Aug 2024 21:12:51 +0200 Subject: [PATCH] dev-python/jpype: Move test dependency to BDEPEND Signed-off-by: Ivan Lloro --- dev-python/jpype/jpype-1.5.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/jpype/jpype-1.5.0.ebuild b/dev-python/jpype/jpype-1.5.0.ebuild index e59607b318..b04c76ab1c 100644 --- a/dev-python/jpype/jpype-1.5.0.ebuild +++ b/dev-python/jpype/jpype-1.5.0.ebuild @@ -18,13 +18,14 @@ SLOT="0" KEYWORDS="~amd64" IUSE="test" -RDEPEND=" +BDEPEND=" test? ( dev-python/pyinstaller ) - virtual/jdk " +RDEPEND="virtual/jdk" + distutils_enable_tests pytest # WORKAROUND: Overload function to nullify blocking QA check.