Fix build with sip 6

f41
Scott Talbert 4 years ago
parent f891ec298c
commit 4560377dd4

@ -24,7 +24,7 @@
Summary: PyQt5 is Python bindings for Qt5
Name: python-qt5
Version: 5.15.0
Release: 11%{?dist}
Release: 12%{?dist}
License: GPLv3
Url: http://www.riverbankcomputing.com/software/pyqt/
@ -318,6 +318,8 @@ sed -i \
%{python3_sitearch}/PyQt5/pyrcc.abi3.so
%{python3_sitearch}/PyQt5/pyrcc_main.py*
%{python3_sitearch}/PyQt5/__pycache__/pyrcc_main*
%{python3_sitearch}/PyQt5/py.typed
%{python3_sitearch}/PyQt5/sip.pyi
%if 0%{?webengine}
%files -n python%{python3_pkgversion}-qt5-webengine
@ -347,6 +349,9 @@ sed -i \
%changelog
* Tue Jul 20 2021 Scott Talbert <swt@techie.net> - 5.15.0-12
- Fix build with sip 6
* Wed Jul 14 2021 Scott Talbert <swt@techie.net> - 5.15.0-11
- Remove sip depends from -devel package (to allow older sips)

Loading…
Cancel
Save