8000 Merge pull request #37 from seijik42/master · MBakirci/cloud-functions-python@bf71eb3 · GitHub
[go: up one dir, main page]

Skip to content {"props":{"docsUrl":"https://docs.github.com/get-started/accessibility/keyboard-shortcuts"}}

Commit bf71eb3

Browse files
authored
Merge pull request MartinSahlen#37 from seijik42/master
Fix attempt of MartinSahlen#25
2 parents 1fa5ef0 + 9860ec2 commit bf71eb3

19 files changed

+24
-2
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')
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from PyInstaller.utils.hooks import copy_metadata
2+
3+
datas = copy_metadata('google-cloud-firestore')
4+
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')

0 commit comments

Comments
 (0)
0