dev-python/numpy: Backport a fix for py3.7 test failures

This commit is contained in:
Michał Górny
2018-07-15 23:38:56 +02:00
parent 0eb79f5d9f
commit 557f548a62
2 changed files with 137 additions and 0 deletions

View File

@@ -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() {