| Message ID | 20260824105057.64682-1-devanshp@cisco.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [meta-python] python3-waitress: correct CVE_PRODUCT mapping | expand |
diff --git a/meta-python/recipes-devtools/python/python3-waitress_3.0.2.bb b/meta-python/recipes-devtools/python/python3-waitress_3.0.2.bb index cc705f4efe..1a30e3a058 100644 --- a/meta-python/recipes-devtools/python/python3-waitress_3.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-waitress_3.0.2.bb @@ -6,7 +6,7 @@ SECTION = "devel/python" LICENSE = "ZPL-2.1" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2" -CVE_PRODUCT = "waitress" +CVE_PRODUCT = "pylons:waitress agendaless:waitress" RDEPENDS:${PN} += " \ python3-logging \