diff options
Diffstat (limited to 'databases/py-mysql-connector-python/files/patch-setup.py')
| -rw-r--r-- | databases/py-mysql-connector-python/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/py-mysql-connector-python/files/patch-setup.py b/databases/py-mysql-connector-python/files/patch-setup.py new file mode 100644 index 000000000000..eed82ebcacff --- /dev/null +++ b/databases/py-mysql-connector-python/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2023-01-17 19:32:28 UTC ++++ setup.py +@@ -139,7 +139,7 @@ setup( + ], + ext_modules=EXTENSIONS, + cmdclass=COMMAND_CLASSES, +- install_requires=["protobuf>=3.11.0,<=3.20.1"], ++ install_requires=["protobuf>=3.11.0"], + extras_require={ + "dns-srv": ["dnspython>=1.16.0,<=2.1.0"], + "compression": ["lz4>=2.1.6,<=3.1.3", "zstandard>=0.12.0,<=0.15.2"], |
