diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-30 18:27:49 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-30 18:27:49 +0000 |
| commit | 68d4fa4f0b32d5e2c795b4c99e73db1a889db81d (patch) | |
| tree | 1f82ae84728620b559ec790166073a3b1b1befb4 /dev-python/matplotlib | |
| parent | a963ef318d51dff71f75375de6906361a76f24df (diff) | |
| download | baldeagleos-repo-68d4fa4f0b32d5e2c795b4c99e73db1a889db81d.tar.gz baldeagleos-repo-68d4fa4f0b32d5e2c795b4c99e73db1a889db81d.tar.xz baldeagleos-repo-68d4fa4f0b32d5e2c795b4c99e73db1a889db81d.zip | |
Adding metadata
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 3cb192393873..ceba08e8b3ff 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 |
