summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-legacy-cgi_2.6.4.bb
diff options
context:
space:
mode:
authorLiu Yiding <liuyd.fnst@fujitsu.com>2026-04-08 12:03:27 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-10 07:59:50 -0700
commita3b6a0c84d25185131dcbadfcc8752447eb30437 (patch)
tree17e6a0ec3b6e846a02faee543fa0db33d46f4848 /meta-python/recipes-devtools/python/python3-legacy-cgi_2.6.4.bb
parent998888c826aa5da6705ebd856159e5509c0b279c (diff)
downloadmeta-openembedded-a3b6a0c84d25185131dcbadfcc8752447eb30437.tar.gz
python3-legacy-cgi: upgrade 2.6.2 -> 2.6.4
Add do_install function to resolve following issue. python3-legacy-cgi-2.6.4-r0 do_package_qa: QA Issue: /usr/lib/python3.14/site-packages/.pc/0001-cgi.py-fixup-interpreter-according-to-OE.patch/cgi.py contained in package python3-legacy-cgi requires /usr/local/bin/python, but no providers found in RDEPENDS:python3-legacy-cgi? [file-rdeps] Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-legacy-cgi_2.6.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-legacy-cgi_2.6.4.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-legacy-cgi_2.6.4.bb b/meta-python/recipes-devtools/python/python3-legacy-cgi_2.6.4.bb
new file mode 100644
index 0000000000..85328ed951
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-legacy-cgi_2.6.4.bb
@@ -0,0 +1,27 @@
1SUMMARY = "Fork of the standard library cgi and cgitb modules, being deprecated in PEP-594"
2HOMEPAGE = "https://github.com/jackrosenthal/legacy-cgi"
3LICENSE = "PSF-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=4b8801e752a2c70ac41a5f9aa243f766"
5
6PYPI_PACKAGE = "legacy_cgi"
7
8inherit python_poetry_core pypi python_hatchling
9
10SRC_URI += "\
11 file://0001-cgi.py-fixup-interpreter-according-to-OE.patch \
12"
13
14DEPENDS += "\
15 ${PYTHON_PN}-setuptools-scm-native \
16"
17
18# Add this function to solve package QA Issue
19do_install:append() {
20 rm ${D}${PYTHON_SITEPACKAGES_DIR}/.pc -rf
21}
22
23#RDEPENDS:${PN} = "python3-core"
24
25BBCLASSEXTEND = "native nativesdk"
26
27SRC_URI[sha256sum] = "abb9dfc7835772f7c9317977c63253fd22a7484b5c9bbcdca60a29dcce97c577"