Re-enable wx support (bz#2211203)
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
%bcond_without qt4
|
||||
%endif
|
||||
|
||||
# No WX for EL8/ELN/EL9
|
||||
%if 0%{?rhel} >= 8
|
||||
# No WX for EL8
|
||||
%if 0%{?rhel} == 8
|
||||
%bcond_with wx
|
||||
%else
|
||||
%bcond_without wx
|
||||
@@ -49,7 +49,7 @@
|
||||
Name: python-matplotlib
|
||||
Version: 3.4.3
|
||||
%global Version 3.4.3
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Python 2D plotting library
|
||||
# qt4_editor backend is MIT
|
||||
# ResizeObserver at end of lib/matplotlib/backends/web_backend/js/mpl.js is Public Domain
|
||||
@@ -470,6 +470,9 @@ PYTHONDONTWRITEBYTECODE=1 \
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jul 16 2023 Orion Poplawski <orion@nwra.com> - 3.4.3-4
|
||||
- Re-enable wx support (bz#2211203)
|
||||
|
||||
* Sat Apr 15 2023 Carl George <carl@george.computer> - 3.4.3-3
|
||||
- Fix compatibility with Pillow 9.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user