summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-30 15:43:29 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-30 15:43:29 +0100
commite08c523025fbc4fea0379804c35a41ed3e792d58 (patch)
treedc79eecbdbe7658f8580905971341fa09de203a0 /dev-python/matplotlib
parentdev-python/pgspecial: Remove old (diff)
downloadgentoo-e08c523025fbc4fea0379804c35a41ed3e792d58.tar.gz
gentoo-e08c523025fbc4fea0379804c35a41ed3e792d58.tar.bz2
gentoo-e08c523025fbc4fea0379804c35a41ed3e792d58.zip
dev-python/matplotlib: Increase lock timeout
Increase lock timeout from 5 s to 30 s, in order to fix resulting dev-python/xarray test failures on ppc64le. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r--dev-python/matplotlib/matplotlib-3.8.2.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.8.2.ebuild b/dev-python/matplotlib/matplotlib-3.8.2.ebuild
index dfd06adc7866..fd83a4d0565a 100644
--- a/dev-python/matplotlib/matplotlib-3.8.2.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.8.2.ebuild
@@ -151,6 +151,9 @@ python_prepare_all() {
"${FILESDIR}"/matplotlib-3.8.0-test.patch
)
+ # increase lock timeout to 30 s
+ sed -i -e 's:retries = 50:retries = 300:' lib/matplotlib/cbook.py || die
+
hprefixify setupext.py
rm -rf libqhull || die