From e08c523025fbc4fea0379804c35a41ed3e792d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 30 Nov 2023 15:43:29 +0100 Subject: dev-python/matplotlib: Increase lock timeout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- dev-python/matplotlib/matplotlib-3.8.2.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dev-python/matplotlib/matplotlib-3.8.2.ebuild') 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 -- cgit v1.2.3