diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-05-02 21:18:43 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-05-02 21:20:09 +0200 |
commit | e50f936c3b5f63ad22457240cecf48cfba3c1c28 (patch) | |
tree | fbd2fb98306b410ca1a70df18d905645d3b1fdd0 /dev-python/mrcfile/mrcfile-1.4.3.ebuild | |
parent | gnome-base/gnome-settings-daemon: Stabilize 44.1 x86, #905503 (diff) | |
download | gentoo-e50f936c3b5f63ad22457240cecf48cfba3c1c28.tar.gz gentoo-e50f936c3b5f63ad22457240cecf48cfba3c1c28.tar.bz2 gentoo-e50f936c3b5f63ad22457240cecf48cfba3c1c28.zip |
dev-python/mrcfile: Apply Debian patch to allow tests to pass further
Upstream still didn't port the tests to work with latest numpy versions:
https://github.com/ccpem/mrcfile/issues/49
Debian maintainers modified the test meantime to pass until they are properly
fixed upstream.
Bug: https://bugs.gentoo.org/834884
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-python/mrcfile/mrcfile-1.4.3.ebuild')
-rw-r--r-- | dev-python/mrcfile/mrcfile-1.4.3.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/mrcfile/mrcfile-1.4.3.ebuild b/dev-python/mrcfile/mrcfile-1.4.3.ebuild index 48c609b6c9c9..527f6481961d 100644 --- a/dev-python/mrcfile/mrcfile-1.4.3.ebuild +++ b/dev-python/mrcfile/mrcfile-1.4.3.ebuild @@ -27,3 +27,8 @@ RDEPEND=" " distutils_enable_tests unittest + +PATCHES=( + # https://github.com/ccpem/mrcfile/issues/49 + "${FILESDIR}/${P}-test-assertion-error.patch" +) |