summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.54.0.bb
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2021-12-14 14:34:58 +0100
committerKhem Raj <raj.khem@gmail.com>2021-12-16 08:14:03 -0800
commita44590221ce97c0e071bd91ff0d989f724eacf2b (patch)
treead5f266350e0db64a8dce27f8d8326ef74b69845 /meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.54.0.bb
parentb5f2f6de36569c71af9f4f5449ac29b0568ef3a0 (diff)
downloadmeta-openembedded-a44590221ce97c0e071bd91ff0d989f724eacf2b.tar.gz
python3-googleapis-common-protos: update to 1.54.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.54.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.54.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.54.0.bb b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.54.0.bb
new file mode 100644
index 0000000000..afc6dcbfe9
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.54.0.bb
@@ -0,0 +1,14 @@
1DESCRIPTION = "Common protobufs used in Google APIs"
2HOMEPAGE = "https://github.com/googleapis/python-api-common-protos"
3AUTHOR = "Google LLC"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
6
7inherit pypi setuptools3
8
9SRC_URI[sha256sum] = "a4031d6ec6c2b1b6dc3e0be7e10a1bd72fb0b18b07ef9be7b51f2c1004ce2437"
10
11RDEPENDS:${PN} += "\
12 ${PYTHON_PN}-grpcio \
13 ${PYTHON_PN}-protobuf \
14"