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