summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-08 23:30:07 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-09 00:21:37 +0100
commitd7847c8678e84286eec1b07c5aed34b39c3a09bc (patch)
treef7b4dacaa66d12fb34b18886703a4b8d525c54a8
parentnet-wireless/blueman: Bump to 2.2.3 (diff)
downloadgentoo-d7847c8678e84286eec1b07c5aed34b39c3a09bc.tar.gz
gentoo-d7847c8678e84286eec1b07c5aed34b39c3a09bc.tar.bz2
gentoo-d7847c8678e84286eec1b07c5aed34b39c3a09bc.zip
dev-python/ipyparallel: Prevent rebuilding stuff via nodejs
Closes: https://bugs.gentoo.org/832930 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/ipyparallel/ipyparallel-8.2.0.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/ipyparallel/ipyparallel-8.2.0.ebuild b/dev-python/ipyparallel/ipyparallel-8.2.0.ebuild
index 45b125aa3314..6b1dea026f65 100644
--- a/dev-python/ipyparallel/ipyparallel-8.2.0.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-8.2.0.ebuild
@@ -49,6 +49,10 @@ PATCHES=(
"${FILESDIR}"/${PN}-7.1.0-test-timeouts.patch
)
+src_configure() {
+ export IPP_DISABLE_JS=1
+}
+
python_test() {
local EPYTEST_DESELECT=(
# we don't run a mongo instance for tests