requests is used in NVD for CVE's like: https://nvd.nist.gov/vuln/detail/CVE-2018-18074
Signed-off-by: Akshay Bhat <[email protected]> --- meta-python/recipes-devtools/python/python-requests.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-requests.inc b/meta-python/recipes-devtools/python/python-requests.inc index e6337cb..53504d0 100644 --- a/meta-python/recipes-devtools/python/python-requests.inc +++ b/meta-python/recipes-devtools/python/python-requests.inc @@ -23,4 +23,6 @@ RDEPENDS_${PN} += " \ ${PYTHON_PN}-idna \ " +CVE_PRODUCT = "requests" + BBCLASSEXTEND = "native nativesdk" -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
