Skip to content

Commit 29ca12a

Browse files
committed
added google-api-core in hooks
1 parent 1fa5ef0 commit 29ca12a

17 files changed

+17
-0
lines changed

cloudfn/hooks/hook-google.cloud.bigquery.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
datas = copy_metadata('google-cloud-bigquery')
44
datas += copy_metadata('google-cloud-core')
5+
datas += copy_metadata('google-api-core')

cloudfn/hooks/hook-google.cloud.bigtable.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
datas = copy_metadata('google-cloud-bigtable')
44
datas += copy_metadata('google-cloud-core')
5+
datas += copy_metadata('google-api-core')
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
from PyInstaller.utils.hooks import copy_metadata
22

33
datas = copy_metadata('google-cloud-core')
4+
datas += copy_metadata('google-api-core')

cloudfn/hooks/hook-google.cloud.datastore.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
datas = copy_metadata('google-cloud-datastore')
44
datas += copy_metadata('google-cloud-core')
5+
datas += copy_metadata('google-api-core')

cloudfn/hooks/hook-google.cloud.dns.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
datas = copy_metadata('google-cloud-dns')
44
datas += copy_metadata('google-cloud-core')
5+
datas += copy_metadata('google-api-core')

cloudfn/hooks/hook-google.cloud.error_reporting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
datas = copy_metadata('google-cloud-error-reporting')
44
datas += copy_metadata('google-cloud-core')
5+
datas += copy_metadata('google-api-core')

cloudfn/hooks/hook-google.cloud.language.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
datas = copy_metadata('google-cloud-language')
44
datas += copy_metadata('google-cloud-core')
5+
datas += copy_metadata('google-api-core')

cloudfn/hooks/hook-google.cloud.logging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
datas = copy_metadata('google-cloud-logging')
44
datas += copy_metadata('google-cloud-core')
5+
datas += copy_metadata('google-api-core')

cloudfn/hooks/hook-google.cloud.monitoring.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
datas = copy_metadata('google-cloud-monitoring')
44
datas += copy_metadata('google-cloud-core')
5+
datas += copy_metadata('google-api-core')

cloudfn/hooks/hook-google.cloud.pubsub.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
datas = copy_metadata('google-cloud-pubsub')
44
datas += copy_metadata('google-cloud-core')
5+
datas += copy_metadata('google-api-core')

0 commit comments

Comments
 (0)