diff options
author | Bartosz Golaszewski <brgl@bgdev.pl> | 2022-08-03 20:28:55 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-06 09:40:09 -0700 |
commit | 9026f792e434bed175482605390653b400d820fc (patch) | |
tree | f5e1014704a0cc60a3c104aef881bceecb74f085 /meta-python/recipes-devtools/python/python3-google-api-python-client_2.55.0.bb | |
parent | db74afe6f4125a02b93cf3baf56eaadd816f662f (diff) | |
download | meta-openembedded-9026f792e434bed175482605390653b400d820fc.tar.gz |
python3-matplotlib: bump to 3.5.2
There's a bug in 3.5.1 that makes importing matplotlib impossible in
some environments:
>>> import matplotlib
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.10/site-packages/matplotlib/__init__.py", line 895, in <module>
defaultParams = rcsetup.defaultParams = {
File "/usr/lib/python3.10/site-packages/matplotlib/__init__.py", line 898, in <dictcomp>
rcParamsDefault[key]),
File "/usr/lib/python3.10/site-packages/matplotlib/__init__.py", line 674, in __getitem__
return dict.__getitem__(self, key)
KeyError: 'webagg.port'
This is fixed in 3.5.2.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-google-api-python-client_2.55.0.bb')
0 files changed, 0 insertions, 0 deletions