diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-11-30 15:43:29 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-11-30 15:43:29 +0100 |
| commit | e08c523025fbc4fea0379804c35a41ed3e792d58 (patch) | |
| tree | dc79eecbdbe7658f8580905971341fa09de203a0 /dev-python/matplotlib | |
| parent | 59def6df0b051aa6358fe3ac8d49e2e4c60b081d (diff) | |
| download | gentoo-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.ebuild | 3 |
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 |
