summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-legacy-cgi_2.6.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-legacy-cgi: upgrade 2.6.2 -> 2.6.4Liu Yiding2026-04-101-22/+0
| | | | | | | | 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>
* python3-legacy-cgi: introduce recipeAwais Belal2025-03-131-0/+22
With the cgi module being dropped in python3.13 a stop gap solution for modules relying on cgi is to use the legacy-cgi module. Introduce the recipe so it could be leveraged in the upcoming changes. Signed-off-by: Awais Belal <awais.belal@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>