Fix build with sip 6
This commit is contained in:
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…
Reference in New Issue
Block a user