summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-protobuf_4.22.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-04-17 15:41:29 +0800
committerKhem Raj <raj.khem@gmail.com>2023-04-17 09:53:31 -0700
commit604efddff852a08d1f78bfabf3705a75e9a841a6 (patch)
treec2be704662364d016a33259a7ec6ea1d843dd003 /meta-python/recipes-devtools/python/python3-protobuf_4.22.1.bb
parent336d9a4eeecbe794c94b9dbf103692a7330f2c34 (diff)
downloadmeta-openembedded-604efddff852a08d1f78bfabf3705a75e9a841a6.tar.gz
python3-protobuf: upgrade 4.22.1 -> 4.22.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-protobuf_4.22.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-protobuf_4.22.1.bb39
1 files changed, 0 insertions, 39 deletions
diff --git a/meta-python/recipes-devtools/python/python3-protobuf_4.22.1.bb b/meta-python/recipes-devtools/python/python3-protobuf_4.22.1.bb
deleted file mode 100644
index add20c0e4a..0000000000
--- a/meta-python/recipes-devtools/python/python3-protobuf_4.22.1.bb
+++ /dev/null
@@ -1,39 +0,0 @@
1DESCRIPTION = "Protocol Buffers"
2HOMEPAGE = "https://developers.google.com/protocol-buffers/"
3SECTION = "devel/python"
4
5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d"
7
8inherit pypi setuptools3
9
10SRC_URI[sha256sum] = "dce7a55d501c31ecf688adb2f6c3f763cf11bc0be815d1946a84d74772ab07a7"
11
12# http://errors.yoctoproject.org/Errors/Details/184715/
13# Can't find required file: ../src/google/protobuf/descriptor.proto
14CLEANBROKEN = "1"
15
16UPSTREAM_CHECK_REGEX = "protobuf/(?P<pver>\d+(\.\d+)+)/"
17
18DEPENDS += "protobuf"
19
20RDEPENDS:${PN} += " \
21 ${PYTHON_PN}-datetime \
22 ${PYTHON_PN}-json \
23 ${PYTHON_PN}-logging \
24 ${PYTHON_PN}-netclient \
25 ${PYTHON_PN}-numbers \
26 ${PYTHON_PN}-pkgutil \
27 ${PYTHON_PN}-six \
28 ${PYTHON_PN}-unittest \
29"
30
31# For usage in other recipies when compiling protobuf files (e.g. by grpcio-tools)
32BBCLASSEXTEND = "native nativesdk"
33
34DISTUTILS_BUILD_ARGS += "--cpp_implementation"
35DISTUTILS_INSTALL_ARGS += "--cpp_implementation"
36
37do_compile:prepend:class-native () {
38 export KOKORO_BUILD_NUMBER="1"
39}