mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
The relevant CVEs are tracked using eventlet:eventlet CPE, and the default python:eventlet CPE doesn't match relevant CVEs. Set the correct CVE_PRODUCT. See CVE db query: sqlite> select * from products where product like 'eventlet'; CVE-2021-21419|eventlet|eventlet|0.10|>=|0.31.0|< CVE-2023-29483|eventlet|eventlet|||0.35.2|< CVE-2025-58068|eventlet|eventlet|||0.40.3|< Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
551 B
BlitzBasic
21 lines
551 B
BlitzBasic
DESCRIPTION = "Highly concurrent networking library"
|
|
HOMEPAGE = "https://pypi.python.org/pypi/eventlet"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778"
|
|
|
|
SRC_URI += "file://d19ad6cc086684ee74db250f5fd35227c98e678a.patch"
|
|
SRC_URI[sha256sum] = "69bef712b1be18b4930df6f0c495d2a882bf7b63aa111e7b6eeff461cfcaf26f"
|
|
|
|
CVE_PRODUCT = "eventlet"
|
|
|
|
inherit pypi python_hatchling
|
|
|
|
DEPENDS += "python3-hatch-vcs-native"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-dnspython \
|
|
python3-six \
|
|
python3-greenlet \
|
|
"
|