diff options
author | 2018-08-02 23:50:08 +0200 | |
---|---|---|
committer | 2018-08-02 23:50:08 +0200 | |
commit | 1a9e315ab7a9046ddcb0569a57bb888e2fec3093 (patch) | |
tree | 84dc743f83ef330a173114c20ba1e960c584a394 /sci-biology/nilearn/nilearn-0.4.2.ebuild | |
parent | sci-biology/nilearn: version bump (diff) | |
download | sci-1a9e315ab7a9046ddcb0569a57bb888e2fec3093.tar.gz sci-1a9e315ab7a9046ddcb0569a57bb888e2fec3093.tar.bz2 sci-1a9e315ab7a9046ddcb0569a57bb888e2fec3093.zip |
sci-biology/nilearn: fixed tests
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'sci-biology/nilearn/nilearn-0.4.2.ebuild')
-rw-r--r-- | sci-biology/nilearn/nilearn-0.4.2.ebuild | 6 |
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 \ |