summaryrefslogtreecommitdiff
path: root/www/py-google-cloud-storage/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-google-cloud-storage/files/patch-setup.py')
-rw-r--r--www/py-google-cloud-storage/files/patch-setup.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/py-google-cloud-storage/files/patch-setup.py b/www/py-google-cloud-storage/files/patch-setup.py
deleted file mode 100644
index 5c386bcccea4..000000000000
--- a/www/py-google-cloud-storage/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2024-06-10 22:46:41 UTC
-+++ setup.py
-@@ -35,7 +35,7 @@ dependencies = [
- "requests >= 2.18.0, < 3.0.0dev",
- "google-crc32c >= 1.0, < 2.0dev",
- ]
--extras = {"protobuf": ["protobuf<5.0.0dev"]}
-+extras = {"protobuf": ["protobuf<6.0.0dev"]}
-
-
- # Setup boilerplate below this line.