diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-python-multipart_0.0.21.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-python-multipart_0.0.21.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-python-multipart_0.0.21.bb b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.21.bb new file mode 100644 index 0000000000..29054f47a7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.21.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "A streaming multipart parser for Python" | ||
| 2 | LICENSE = "Apache-2.0" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3d98f0d58b28321924a89ab60c82410e" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "7137ebd4d3bbf70ea1622998f902b97a29434a9e8dc40eb203bbcf7c2a2cba92" | ||
| 6 | |||
| 7 | inherit pypi python_hatchling ptest-python-pytest | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "python_multipart" | ||
| 10 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 11 | |||
| 12 | RDEPENDS:${PN}-ptest += " \ | ||
| 13 | python3-pyyaml \ | ||
| 14 | " | ||
| 15 | |||
