python-pyqt-builder/support-python3.6.patch

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={