ports/www/py-google-cloud-datastore/files/patch-setup.py
Po-Chuan Hsieh 1350001892
www/py-google-cloud-datastore: Allow build with py-protobuf 5.0.0+
- Bump PORTREVISION for package change
2024-08-05 01:14:15 +08:00

11 lines
499 B
Python

--- setup.py.orig 2023-12-12 20:35:35 UTC
+++ setup.py
@@ -33,7 +33,7 @@ dependencies = [
"google-cloud-core >= 1.4.0, <3.0.0dev",
"proto-plus >= 1.22.0, <2.0.0dev",
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
- "protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
+ "protobuf>=3.19.5,<6.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
]
extras = {"libcst": "libcst >= 0.2.5"}