Re-enable wx support (bz#2211203)

This commit is contained in:
Orion Poplawski
2023-07-16 16:16:23 -06:00
parent dd4b1792bc
commit 14b07f66b9
+6 -3
View File
@@ -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