diff options
| author | Sam Van Den Berge <sam.van.den.berge@gmail.com> | 2023-09-15 09:07:24 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-15 00:42:10 -0700 |
| commit | f005860cd6c3fa80abd68636c0cc01b60b4f66e1 (patch) | |
| tree | 2212f56915cdf663301681942bb4552752904053 | |
| parent | 89e824ea98fa7c3be367590236efb943b2ce4449 (diff) | |
| download | meta-openembedded-f005860cd6c3fa80abd68636c0cc01b60b4f66e1.tar.gz | |
python3-webargs: add recipe
Signed-off-by: Sam Van Den Berge <sam.van.den.berge@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-webargs_8.3.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-webargs_8.3.0.bb b/meta-python/recipes-devtools/python/python3-webargs_8.3.0.bb new file mode 100644 index 0000000000..d8ce4ab403 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-webargs_8.3.0.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "Declarative parsing and validation of HTTP request objects, with built-in support for popular web frameworks." | ||
| 2 | HOMEPAGE = "https://github.com/marshmallow-code/webargs" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c3ff8567ef1f2a8cf223f30ac5a6f094" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "cab207941b0686c4d086c823632ddcd4343151644341a32fcf50b8eaa71e31c7" | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += "\ | ||
| 11 | python3-marshmallow \ | ||
| 12 | python3-packaging \ | ||
| 13 | " | ||
