Skip to content

Commit d3f370b

Browse files
committed
python3-google-cloud: update to latest versions
Signed-off-by: Scott Ware <[email protected]>
1 parent 204f1ca commit d3f370b

13 files changed

+77
-105
lines changed

recipes-google-cloud/google-cloud-cpp/google-cloud-cpp_2.23.0.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ SRC_URI = "\
1010
"
1111

1212
include ${BPN}.inc
13+

recipes-google-cloud/python/python-google-cloud-core.inc

Lines changed: 0 additions & 24 deletions
This file was deleted.

recipes-google-cloud/python/python-google-cloud-iot.inc

Lines changed: 0 additions & 18 deletions
This file was deleted.

recipes-google-cloud/python/python-google-cloud-pubsub.inc

Lines changed: 0 additions & 28 deletions
This file was deleted.

recipes-google-cloud/python/python-google-cloud-storage.inc

Lines changed: 0 additions & 27 deletions
This file was deleted.

recipes-google-cloud/python/python3-google-cloud-core_1.4.3.bb

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
DESCRIPTION = "Google Cloud API client core library"
2+
HOMEPAGE = "https://github.com/googleapis/python-cloud-core"
3+
AUTHOR = "Google LLC"
4+
SECTION = "devel/python"
5+
LICENSE = "Apache-2.0"
6+
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
7+
8+
inherit setuptools3 pypi
9+
10+
PR = "r0"
11+
12+
RDEPENDS:${PN} += "\
13+
python3-google-api-core \
14+
python3-google-auth \
15+
python3-grpcio \
16+
python3-grpcio-status \
17+
"
18+
19+
SRC_URI[sha256sum] = "9b7749272a812bde58fff28868d0c5e2f585b82f37e09a1f6ed2d4d10f134073"
20+

recipes-google-cloud/python/python3-google-cloud-iot_2.0.1.bb

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
DESCRIPTION = "Cloud IoT API API client library"
2+
HOMEPAGE = "https://github.com/googleapis/python-iot"
3+
AUTHOR = "Google LLC"
4+
LICENSE = "Apache-2.0"
5+
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6+
7+
inherit pypi setuptools3
8+
9+
PR = "r0"
10+
11+
RDEPENDS:${PN} += "\
12+
python3-google-api-core \
13+
python3-grpc-google-iam-v1 \
14+
python3-proto-plus \
15+
"
16+
17+
SRC_URI[sha256sum] = "a4b42073047cf45fbd8dc483b56ff9fba1b2f9693b5d07f8883e3dbc33e437d5"

recipes-google-cloud/python/python3-google-cloud-pubsub_2.1.0.bb

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)