python-pyqt-builder/support-python3.6.patch
Benjamin Greiner bae232311a - Update to 1.15.4
* Added QtMultimediaQuick to the Qt5 bundle.
  * Removed some plugins from the PyQt5 bundle.
  * Bundle the QtWebChannelQuick library.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-pyqt-builder?expand=0&rev=21
2024-01-26 08:42:16 +00:00

40 lines
1.3 KiB
Diff

Index: PyQt-builder-1.15.4/PKG-INFO
===================================================================
--- PyQt-builder-1.15.4.orig/PKG-INFO
+++ PyQt-builder-1.15.4/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.4/PyQt_builder.egg-info/PKG-INFO
===================================================================
--- PyQt-builder-1.15.4.orig/PyQt_builder.egg-info/PKG-INFO
+++ PyQt-builder-1.15.4/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.4/setup.py
===================================================================
--- PyQt-builder-1.15.4.orig/setup.py
+++ PyQt-builder-1.15.4/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={