From acde49501035ad907c59ed7b0bde72464735d6b0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 20 Feb 2024 16:54:29 +0800 Subject: python3-protobuf: upgrade 4.25.2 -> 4.25.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-protobuf_4.25.2.bb | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-protobuf_4.25.2.bb (limited to 'meta-python/recipes-devtools/python/python3-protobuf_4.25.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-protobuf_4.25.2.bb b/meta-python/recipes-devtools/python/python3-protobuf_4.25.2.bb deleted file mode 100644 index fad62879b7..0000000000 --- a/meta-python/recipes-devtools/python/python3-protobuf_4.25.2.bb +++ /dev/null @@ -1,38 +0,0 @@ -DESCRIPTION = "Protocol Buffers" -HOMEPAGE = "https://developers.google.com/protocol-buffers/" -SECTION = "devel/python" - -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d" - -inherit pypi setuptools3 -SRC_URI[sha256sum] = "fe599e175cb347efc8ee524bcd4b902d11f7262c0e569ececcb89995c15f0a5e" - -# http://errors.yoctoproject.org/Errors/Details/184715/ -# Can't find required file: ../src/google/protobuf/descriptor.proto -CLEANBROKEN = "1" - -UPSTREAM_CHECK_REGEX = "protobuf/(?P\d+(\.\d+)+)/" - -DEPENDS += "protobuf" - -RDEPENDS:${PN} += " \ - python3-datetime \ - python3-json \ - python3-logging \ - python3-netclient \ - python3-numbers \ - python3-pkgutil \ - python3-six \ - python3-unittest \ -" - -# For usage in other recipies when compiling protobuf files (e.g. by grpcio-tools) -BBCLASSEXTEND = "native nativesdk" - -DISTUTILS_BUILD_ARGS += "--cpp_implementation" -DISTUTILS_INSTALL_ARGS += "--cpp_implementation" - -do_compile:prepend:class-native () { - export KOKORO_BUILD_NUMBER="1" -} -- cgit v1.2.3-54-g00ecf