- Add patch to fix license in setup.py and PKG-INFO files. I
contacted upstream (Phil Thompson) and he confirmed that pyqt6-sip is now licensed just as BSD-2-Clause and setup.py needs fixing. Considering the sources of pyqt6-sip and pyqt5-sip had the same license related changes, I added the following patch to fix this here too: * fix-license-in-setup_py.patch - Rebase patch: * support-python3.6.patch OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-qt5-sip?expand=0&rev=14
This commit is contained in:
@@ -28,7 +28,7 @@ diff -ur pyqt5_sip-12.16.1/setup.py pyqt5_sip-12.16.1_fix/setup.py
|
||||
@@ -18,6 +18,6 @@
|
||||
name='PyQt5_sip',
|
||||
version='12.16.1',
|
||||
license='SIP',
|
||||
license='BSD-2-Clause',
|
||||
- python_requires='>=3.9',
|
||||
+ python_requires='>=3.6',
|
||||
ext_modules=[module]
|
||||
|
||||
Reference in New Issue
Block a user