summaryrefslogtreecommitdiff
path: root/net-misc/gsutil/files/gsutil-4.41-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/gsutil/files/gsutil-4.41-tests.patch')
-rw-r--r--net-misc/gsutil/files/gsutil-4.41-tests.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-misc/gsutil/files/gsutil-4.41-tests.patch b/net-misc/gsutil/files/gsutil-4.41-tests.patch
new file mode 100644
index 000000000000..9b4a0bf509ae
--- /dev/null
+++ b/net-misc/gsutil/files/gsutil-4.41-tests.patch
@@ -0,0 +1,14 @@
+diff --git a/gslib/third_party/storage_apitools/storage_v1_client.py b/gslib/third_party/storage_apitools/storage_v1_client.py
+index b8162310..933082e9 100644
+--- a/gslib/third_party/storage_apitools/storage_v1_client.py
++++ b/gslib/third_party/storage_apitools/storage_v1_client.py
+@@ -64,8 +64,7 @@ class StorageV1(base_api.BaseApiClient):
+ log_request=log_request, log_response=log_response,
+ credentials_args=credentials_args,
+ default_global_params=default_global_params,
+- additional_http_headers=additional_http_headers,
+- response_encoding=response_encoding)
++ additional_http_headers=additional_http_headers)
+ self._version = version
+ self.bucketAccessControls = self.BucketAccessControlsService(self)
+ self.buckets = self.BucketsService(self)