summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2024-02-19 20:10:24 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-19 23:22:24 -0800
commit94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310 (patch)
tree660b031c78987c950276b88e25731fff42588c49 /meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.bb
parent16935136bd80c1ce832a86bd1972d2e5d4c061d6 (diff)
downloadmeta-openembedded-94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310.tar.gz
meta-python: drop ${PYTHON_PN}
python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.bb4
1 files changed, 2 insertions, 2 deletions
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
index 0ec9d95a47..07f5fe4c2a 100644
--- 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
@@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9
10DEPENDS += "${PYTHON_PN}-grpcio" 10DEPENDS += "python3-grpcio"
11 11
12SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \ 12SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \
13 file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \ 13 file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \
14 " 14 "
15SRC_URI[sha256sum] = "da08224ab8675c6d464b988bd8ca02cccd2bf0275bceefe8f6219bfd4a4f5e85" 15SRC_URI[sha256sum] = "da08224ab8675c6d464b988bd8ca02cccd2bf0275bceefe8f6219bfd4a4f5e85"
16 16
17RDEPENDS:${PN} = "${PYTHON_PN}-grpcio" 17RDEPENDS:${PN} = "python3-grpcio"
18 18
19BBCLASSEXTEND = "native nativesdk" 19BBCLASSEXTEND = "native nativesdk"