summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-15 23:38:56 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 00:22:01 +0200
commit557f548a624556a208aef66a58b7b3cd3760558b (patch)
treeb59c857e81b9ea7a0d48d5b9a503c2fa8d3e608e /dev-python/numpy/numpy-1.14.5.ebuild
parentdev-python/pytest: Block pytest-capturelog since it breaks tests (diff)
downloadgentoo-557f548a624556a208aef66a58b7b3cd3760558b.tar.gz
gentoo-557f548a624556a208aef66a58b7b3cd3760558b.tar.bz2
gentoo-557f548a624556a208aef66a58b7b3cd3760558b.zip
dev-python/numpy: Backport a fix for py3.7 test failures
Diffstat (limited to 'dev-python/numpy/numpy-1.14.5.ebuild')
-rw-r--r--dev-python/numpy/numpy-1.14.5.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/numpy/numpy-1.14.5.ebuild b/dev-python/numpy/numpy-1.14.5.ebuild
index 507ae3a8210e..33db9fa991fd 100644
--- a/dev-python/numpy/numpy-1.14.5.ebuild
+++ b/dev-python/numpy/numpy-1.14.5.ebuild
@@ -36,6 +36,8 @@ DEPEND="${RDEPEND}
PATCHES=(
"${FILESDIR}"/${PN}-1.14.5-no-hardcode-blas.patch
+ # backport a fix for py3.7 test failures
+ "${FILESDIR}"/numpy-1.14.5-py37.patch
)
src_unpack() {