mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
11 lines
514 B
Python
11 lines
514 B
Python
--- setup.py.orig 2024-03-14 18:16:40 UTC
|
|
+++ setup.py
|
|
@@ -46,7 +46,7 @@ dependencies = [
|
|
"grpc-google-iam-v1 >=0.12.4, <1.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",
|
|
]
|
|
url = "https://github.com/googleapis/python-logging"
|
|
|