1
0
python-pyqt-builder/support-python3.6.patch
Benjamin Greiner 316645d60d Accepting request 1117883 from home:bnavigator:branches:KDE:Qt:PyQt
- Update to 1.15.3
  * Added the '--apple-universal2' command line option to the build
    tools to specify a universal build on macOS.

OBS-URL: https://build.opensuse.org/request/show/1117883
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-pyqt-builder?expand=0&rev=20
2023-10-15 15:31:38 +00:00

40 lines
1.3 KiB
Diff

Index: PyQt-builder-1.15.3/PKG-INFO
===================================================================
--- PyQt-builder-1.15.3.orig/PKG-INFO
+++ PyQt-builder-1.15.3/PKG-INFO
@@ -9,7 +9,7 @@ License: SIP
Platform: X11
Platform: macOS
Platform: Windows
-Requires-Python: >=3.7
+Requires-Python: >=3.6
License-File: LICENSE
License-File: LICENSE-GPL2
License-File: LICENSE-GPL3
Index: PyQt-builder-1.15.3/PyQt_builder.egg-info/PKG-INFO
===================================================================
--- PyQt-builder-1.15.3.orig/PyQt_builder.egg-info/PKG-INFO
+++ PyQt-builder-1.15.3/PyQt_builder.egg-info/PKG-INFO
@@ -9,7 +9,7 @@ License: SIP
Platform: X11
Platform: macOS
Platform: Windows
-Requires-Python: >=3.7
+Requires-Python: >=3.6
License-File: LICENSE
License-File: LICENSE-GPL2
License-File: LICENSE-GPL3
Index: PyQt-builder-1.15.3/setup.py
===================================================================
--- PyQt-builder-1.15.3.orig/setup.py
+++ PyQt-builder-1.15.3/setup.py
@@ -48,7 +48,7 @@ setup(
name='PyQt-builder',
version=version,
license='SIP',
- python_requires='>=3.7',
+ python_requires='>=3.6',
install_requires=['packaging', 'sip >=6.7, <7'],
packages=find_packages(),
package_data={