diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-uvicorn_0.41.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-uvicorn_0.41.0.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-uvicorn_0.41.0.bb b/meta-python/recipes-devtools/python/python3-uvicorn_0.41.0.bb new file mode 100644 index 0000000000..4d12f87c80 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-uvicorn_0.41.0.bb | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | SUMMARY = "The lightning-fast ASGI server." | ||
| 2 | HOMEPAGE = "https://github.com/encode/uvicorn" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5c778842f66a649636561c423c0eec2e" | ||
| 5 | RECIPE_MAINTAINER = "Tom Geelen <t.f.g.geelen@gmail.com>" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "09d11cf7008da33113824ee5a1c6422d89fbc2ff476540d69a34c87fab8b571a" | ||
| 8 | |||
| 9 | SRC_URI += "file://0001-ptest-disable-failing-tests.patch" | ||
| 10 | |||
| 11 | inherit pypi python_hatchling ptest-python-pytest | ||
| 12 | |||
| 13 | PYPI_PACKAGE = "uvicorn" | ||
| 14 | CVE_PRODUCT = "encode:uvicorn" | ||
| 15 | CVE_STATUS[CVE-2020-7694] = "fixed-version: The vulnerability has been fixed since 0.11.7" | ||
| 16 | |||
| 17 | RDEPENDS:${PN} = "\ | ||
| 18 | python3-click \ | ||
| 19 | python3-h11 (>=0.8) \ | ||
| 20 | python3-httptools \ | ||
| 21 | python3-multiprocessing \ | ||
| 22 | python3-python-dotenv \ | ||
| 23 | python3-websockets \ | ||
| 24 | python3-wsproto \ | ||
| 25 | " | ||
| 26 | |||
| 27 | RDEPENDS:${PN}-ptest += "\ | ||
| 28 | python3-a2wsgi \ | ||
| 29 | python3-httpx \ | ||
| 30 | python3-pytest-mock \ | ||
| 31 | python3-pyyaml \ | ||
| 32 | " | ||
