| Message ID | 20260722055849.184046-2-mark.yang@lge.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/5] python3-certifi: set CVE_PRODUCT | expand |
diff --git a/meta/recipes-devtools/python/python3-idna_3.18.bb b/meta/recipes-devtools/python/python3-idna_3.18.bb index cac86a8594..70405819e7 100644 --- a/meta/recipes-devtools/python/python3-idna_3.18.bb +++ b/meta/recipes-devtools/python/python3-idna_3.18.bb @@ -10,4 +10,6 @@ inherit pypi python_flit_core ptest-python-pytest RDEPENDS:${PN} += "python3-codecs" RDEPENDS:${PN}-ptest += "python3-unittest-automake-output" +CVE_PRODUCT = "kjd:idna kjd:internationalized_domain_names_in_applications" + BBCLASSEXTEND = "native nativesdk"