commit: d7847c8678e84286eec1b07c5aed34b39c3a09bc Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Feb 8 22:30:07 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Feb 8 23:21:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7847c86
dev-python/ipyparallel: Prevent rebuilding stuff via nodejs Closes: https://bugs.gentoo.org/832930 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/ipyparallel/ipyparallel-8.2.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) 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
