From 6ea9cf2478042300216fa52f1951c3337ad39587 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Fri, 22 Jul 2022 09:35:24 +0800 Subject: python3-googleapis-common-protos: upgrade 1.56.3 -> 1.56.4 Bug Fixes --------- require python 3.7+ (#119) Signed-off-by: Xu Huan Signed-off-by: Khem Raj --- .../python/python3-googleapis-common-protos_1.56.3.bb | 14 -------------- .../python/python3-googleapis-common-protos_1.56.4.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.4.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.3.bb b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.3.bb deleted file mode 100644 index 95823ea487..0000000000 --- a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.3.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "Common protobufs used in Google APIs" -HOMEPAGE = "https://github.com/googleapis/python-api-common-protos" -AUTHOR = "Google LLC" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "6f1369b58ed6cf3a4b7054a44ebe8d03b29c309257583a2bbdc064cd1e4a1442" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-grpcio \ - ${PYTHON_PN}-protobuf \ -" diff --git a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.4.bb b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.4.bb new file mode 100644 index 0000000000..3f03933e06 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.4.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Common protobufs used in Google APIs" +HOMEPAGE = "https://github.com/googleapis/python-api-common-protos" +AUTHOR = "Google LLC" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "c25873c47279387cfdcbdafa36149887901d36202cb645a0e4f29686bf6e4417" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-grpcio \ + ${PYTHON_PN}-protobuf \ +" -- cgit v1.2.3-54-g00ecf