diff options
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.bb | 22 |
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 @@ | |||
1 | SUMMARY = "Fork of the standard library cgi and cgitb modules, being deprecated in PEP-594" | ||
2 | HOMEPAGE = "https://github.com/jackrosenthal/legacy-cgi" | ||
3 | LICENSE = "PSF-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4b8801e752a2c70ac41a5f9aa243f766" | ||
5 | |||
6 | PYPI_PACKAGE = "legacy_cgi" | ||
7 | |||
8 | inherit python_poetry_core pypi | ||
9 | |||
10 | SRC_URI += "\ | ||
11 | file://0001-cgi.py-fixup-interpreter-according-to-OE.patch \ | ||
12 | " | ||
13 | |||
14 | DEPENDS += "\ | ||
15 | ${PYTHON_PN}-setuptools-scm-native \ | ||
16 | " | ||
17 | |||
18 | #RDEPENDS:${PN} = "python3-core" | ||
19 | |||
20 | BBCLASSEXTEND = "native nativesdk" | ||
21 | |||
22 | SRC_URI[sha256sum] = "9952471ceb304043b104c22d00b4f333cac27a6abe446d8a528fc437cf13c85f" | ||