aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/nilearn/nilearn-0.4.2.ebuild')
-rw-r--r--sci-biology/nilearn/nilearn-0.4.2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-biology/nilearn/nilearn-0.4.2.ebuild b/sci-biology/nilearn/nilearn-0.4.2.ebuild
index 87226eec3..4b4d429bb 100644
--- a/sci-biology/nilearn/nilearn-0.4.2.ebuild
+++ b/sci-biology/nilearn/nilearn-0.4.2.ebuild
@@ -31,9 +31,11 @@ RDEPEND="
sci-libs/nibabel[${PYTHON_USEDEP}]
plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
-# upstream is reluctant to *not* depend on bundled scikits_learn:
-# https://github.com/nilearn/nilearn/pull/1398
+PATCHES=( "${FILESDIR}/0.4.1-bundled_joblib_test.patch" )
+
python_prepare_all() {
+ # upstream is reluctant to *not* depend on bundled scikits_learn:
+ # https://github.com/nilearn/nilearn/pull/1398
local f
for f in nilearn/{*/*/,*/,}*.py; do
sed -r \