mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-06 05:40:29 +00:00
Remove redundant UPSTREAM_CHECK_PYPI_PACKAGE assignments of PYPI_PACKAGE, which is the default value. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
16 lines
410 B
BlitzBasic
16 lines
410 B
BlitzBasic
SUMMARY = "A streaming multipart parser for Python"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
SRC_URI[sha256sum] = "be54b7f3fa167bb83e4fcd936b887b708f4e57fe75911c02aebf53efaf8d938e"
|
|
|
|
inherit pypi python_hatchling ptest-python-pytest
|
|
|
|
PYPI_PACKAGE = "python_multipart"
|
|
CVE_PRODUCT = "python-multipart"
|
|
|
|
RDEPENDS:${PN}-ptest += " \
|
|
python3-pyyaml \
|
|
"
|
|
|