From 97b762e4315af9120952a73f1612ac4b51d096cf Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 2 Feb 2024 21:54:42 +0000 Subject: python3-grpcio-tools: update to version 1.60.1 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- .../python/python3-grpcio-tools_1.60.0.bb | 19 ------------------- .../python/python3-grpcio-tools_1.60.1.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.0.bb deleted file mode 100644 index 8e5c7d48fc..0000000000 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Google gRPC tools" -HOMEPAGE = "http://www.grpc.io/" -SECTION = "devel/python" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515" - -inherit pypi setuptools3 - -DEPENDS += "${PYTHON_PN}-grpcio" - -SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \ - file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \ - " -SRC_URI[sha256sum] = "ed30499340228d733ff69fcf4a66590ed7921f94eb5a2bf692258b1280b9dac7" - -RDEPENDS:${PN} = "${PYTHON_PN}-grpcio" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.bb new file mode 100644 index 0000000000..0ec9d95a47 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Google gRPC tools" +HOMEPAGE = "http://www.grpc.io/" +SECTION = "devel/python" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515" + +inherit pypi setuptools3 + +DEPENDS += "${PYTHON_PN}-grpcio" + +SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \ + file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \ + " +SRC_URI[sha256sum] = "da08224ab8675c6d464b988bd8ca02cccd2bf0275bceefe8f6219bfd4a4f5e85" + +RDEPENDS:${PN} = "${PYTHON_PN}-grpcio" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf