File reenable-py36.patch of Package python-websocket-client.31235
Index: websocket-client-1.3.2/README.md
===================================================================
--- websocket-client-1.3.2.orig/README.md
+++ websocket-client-1.3.2/README.md
@@ -25,7 +25,7 @@ Please see the [contribution guidelines]
## Installation
You can use either `python3 setup.py install` or `pip3 install websocket-client`
-to install. This module is tested on Python 3.7+.
+to install. This module is tested on Python 3.6+.
There are several optional dependencies that can be installed to enable
specific websocket-client features.
Index: websocket-client-1.3.2/setup.py
===================================================================
--- websocket-client-1.3.2.orig/setup.py
+++ websocket-client-1.3.2/setup.py
@@ -37,7 +37,7 @@ setup(
license="Apache-2.0",
url="https://github.com/websocket-client/websocket-client.git",
download_url='https://github.com/websocket-client/websocket-client/releases',
- python_requires='>=3.7',
+ python_requires='>=3.6',
extras_require={
"test": ["websockets"],
"optional": ["python-socks", "wsaccel"],
Index: websocket-client-1.3.2/websocket_client.egg-info/PKG-INFO
===================================================================
--- websocket-client-1.3.2.orig/websocket_client.egg-info/PKG-INFO
+++ websocket-client-1.3.2/websocket_client.egg-info/PKG-INFO
@@ -14,6 +14,7 @@ Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
@@ -24,7 +25,7 @@ Classifier: Operating System :: Microsof
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
-Requires-Python: >=3.7
+Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: optional
@@ -58,7 +59,7 @@ Please see the [contribution guidelines]
## Installation
You can use either `python3 setup.py install` or `pip3 install websocket-client`
-to install. This module is tested on Python 3.7+.
+to install. This module is tested on Python 3.6+.
There are several optional dependencies that can be installed to enable
specific websocket-client features.