summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-legacy-cgi_2.6.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-legacy-cgi_2.6.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-legacy-cgi_2.6.2.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-legacy-cgi_2.6.2.bb b/meta-python/recipes-devtools/python/python3-legacy-cgi_2.6.2.bb
new file mode 100644
index 0000000000..2b2840ae14
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-legacy-cgi_2.6.2.bb
@@ -0,0 +1,22 @@
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
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#RDEPENDS:${PN} = "python3-core"
19
20BBCLASSEXTEND = "native nativesdk"
21
22SRC_URI[sha256sum] = "9952471ceb304043b104c22d00b4f333cac27a6abe446d8a528fc437cf13c85f"