summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-02-19 09:28:40 +0100
committerJustin Lecher <jlec@gentoo.org>2016-02-19 09:28:40 +0100
commit3e37225b2c4303992dcc1113f91d618a8b566058 (patch)
tree5d6730b09750e7d956d3dc4e4ca657df1535809d /dev-python
parentdev-python/numba: Bump (diff)
downloadgentoo-3e37225b2c4303992dcc1113f91d618a8b566058.tar.gz
gentoo-3e37225b2c4303992dcc1113f91d618a8b566058.tar.bz2
gentoo-3e37225b2c4303992dcc1113f91d618a8b566058.zip
dev-python/numpy: Skip f2py test
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=575118 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/numpy/numpy-1.10.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/numpy/numpy-1.10.4.ebuild b/dev-python/numpy/numpy-1.10.4.ebuild
index 0db0dae5c52b..11ea66c76483 100644
--- a/dev-python/numpy/numpy-1.10.4.ebuild
+++ b/dev-python/numpy/numpy-1.10.4.ebuild
@@ -109,9 +109,9 @@ python_prepare_all() {
sed -i -e '/f2py_exe/s: + os\.path.*$::' numpy/f2py/setup.py || die
# we don't have f2py-3.3
-# sed \
-# -e 's:test_f2py:_&:g' \
-# -i numpy/tests/test_scripts.py || die
+ sed \
+ -e 's:test_f2py:_&:g' \
+ -i numpy/tests/test_scripts.py || die
distutils-r1_python_prepare_all
epatch_user