diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-15 23:38:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 00:22:01 +0200 |
commit | 557f548a624556a208aef66a58b7b3cd3760558b (patch) | |
tree | b59c857e81b9ea7a0d48d5b9a503c2fa8d3e608e /dev-python/numpy/numpy-1.14.5.ebuild | |
parent | dev-python/pytest: Block pytest-capturelog since it breaks tests (diff) | |
download | gentoo-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.ebuild | 2 |
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() { |