summaryrefslogtreecommitdiff
path: root/dev-python/numpy-python2
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/numpy-python2')
-rw-r--r--dev-python/numpy-python2/numpy-python2-1.16.5-r1.ebuild (renamed from dev-python/numpy-python2/numpy-python2-1.16.5.ebuild)2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/numpy-python2/numpy-python2-1.16.5.ebuild b/dev-python/numpy-python2/numpy-python2-1.16.5-r1.ebuild
index b6c8b4fa6cf0..1eb5f203c4fe 100644
--- a/dev-python/numpy-python2/numpy-python2-1.16.5.ebuild
+++ b/dev-python/numpy-python2/numpy-python2-1.16.5-r1.ebuild
@@ -151,6 +151,8 @@ sys.exit(0 if r else 1)" || die "Tests fail with ${EPYTHON}"
}
python_install() {
+ # https://github.com/numpy/numpy/issues/16005
+ local mydistutilsargs=( build_src )
distutils-r1_python_install ${NUMPY_FCONFIG}
python_optimize
}