mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
dev-python/jpype: Add distutils_enable_tests
Signed-off-by: Ivan Lloro <ivan.lloro.boada@gmail.com>
This commit is contained in:
@@ -16,8 +16,16 @@ S=${WORKDIR}/JPype1-${PV}
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="virtual/jdk"
|
||||
RDEPEND="
|
||||
test? (
|
||||
dev-python/pyinstaller
|
||||
)
|
||||
virtual/jdk
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
# WORKAROUND: Overload function to nullify blocking QA check.
|
||||
# To be deleted after resolution of
|
||||
|
||||
Reference in New Issue
Block a user