summarylogtreecommitdiffstats
path: root/0001-update-gsutil-for-python3-compatibility.patch
diff options
context:
space:
mode:
authorsoloturn2021-11-07 11:07:29 +0100
committersoloturn2021-11-07 11:07:29 +0100
commit77ec2a17df21319c75e28a1e54e74ccce6981e6b (patch)
tree3303061e08d82f09a646f7bd00d0f049250204c4 /0001-update-gsutil-for-python3-compatibility.patch
parent7380bf678e0a1be788ded52cd2a2de690886fdc3 (diff)
downloadaur-java-cef-git.tar.gz
patch newest gsutil, run patch got merged, so remove
Diffstat (limited to '0001-update-gsutil-for-python3-compatibility.patch')
-rw-r--r--0001-update-gsutil-for-python3-compatibility.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0001-update-gsutil-for-python3-compatibility.patch b/0001-update-gsutil-for-python3-compatibility.patch
new file mode 100644
index 000000000000..9401bd9abd1f
--- /dev/null
+++ b/0001-update-gsutil-for-python3-compatibility.patch
@@ -0,0 +1,25 @@
+From 5b7de73a7ae0657053de169af6a4461fd3c855ba Mon Sep 17 00:00:00 2001
+From: soloturn <soloturn@gmail.com>
+Date: Sun, 7 Nov 2021 11:03:27 +0100
+Subject: [PATCH] update gsutil for python3 compatibility
+
+---
+ tools/buildtools/download_from_google_storage.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tools/buildtools/download_from_google_storage.py b/tools/buildtools/download_from_google_storage.py
+index 3f27954..56cd5bc 100644
+--- a/tools/buildtools/download_from_google_storage.py
++++ b/tools/buildtools/download_from_google_storage.py
+@@ -78,7 +78,7 @@ class Gsutil(object):
+ RETRY_BASE_DELAY = 5.0
+ RETRY_DELAY_MULTIPLE = 1.3
+
+- def __init__(self, path, boto_path=None, version='4.46'):
++ def __init__(self, path, boto_path=None, version='5.4'):
+ if not os.path.exists(path):
+ raise FileNotFoundError('GSUtil not found in %s' % path)
+ self.path = path
+--
+2.33.1
+