- 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:
2025-01-22 12:31:18 +00:00
committed by Git OBS Bridge
parent 2de4cfce86
commit f74a2a1694
4 changed files with 54 additions and 1 deletions

View File

@@ -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]