diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-05-13 12:05:27 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-13 20:46:41 -0700 |
| commit | 14e63df1b9490005bafad04e6cdfff6fd252c2d5 (patch) | |
| tree | 2a0e03c6dcfb7f4820a265923d77f618f6dcd240 /meta-python/recipes-devtools/python/python3-gunicorn_26.0.0.bb | |
| parent | f038293ac0e5e302f864b4d85d18c5fd045820c1 (diff) | |
| download | meta-openembedded-14e63df1b9490005bafad04e6cdfff6fd252c2d5.tar.gz | |
python3-gunicorn: upgrade 25.3.0 -> 26.0.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gunicorn_26.0.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-gunicorn_26.0.0.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_26.0.0.bb b/meta-python/recipes-devtools/python/python3-gunicorn_26.0.0.bb new file mode 100644 index 0000000000..449c9685ca --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-gunicorn_26.0.0.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | SUMMARY = "WSGI HTTP Server for UNIX" | ||
| 2 | |||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5dc9171ccd8fcbd7827c850148b3ca98" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "ca9346f85e3a4aeeb64d491045c16b9a35647abd37ea15efe53080eb8b090baf" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta ptest | ||
| 9 | |||
| 10 | CVE_PRODUCT = "gunicorn" | ||
| 11 | |||
| 12 | SRC_URI += " \ | ||
| 13 | file://run-ptest \ | ||
| 14 | " | ||
| 15 | |||
| 16 | # python-misc for wsgiref | ||
| 17 | RDEPENDS:${PN}-ptest += " \ | ||
| 18 | bash \ | ||
| 19 | python3-eventlet \ | ||
| 20 | python3-gevent \ | ||
| 21 | python3-misc \ | ||
| 22 | python3-pytest \ | ||
| 23 | python3-unittest-automake-output \ | ||
| 24 | " | ||
| 25 | |||
| 26 | do_install_ptest() { | ||
| 27 | install -d ${D}${PTEST_PATH}/tests | ||
| 28 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 29 | } | ||
| 30 | |||
| 31 | RDEPENDS:${PN} += "python3-setuptools python3-fcntl" | ||
