[Buildroot] [PATCH 20/25] package/python3-decorator: add _CPE_ID_VENDOR and _CPE_ID_PRODUCT

Matt Weber matthew.weber at rockwellcollins.com
Tue Apr 20 20:11:41 UTC 2021


cpe:2.3:a:python:decorator:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:python:decorator

Signed-off-by: Matthew Weber <matthew.weber at rockwellcollins.com>
---
 package/python3-decorator/python3-decorator.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/python3-decorator/python3-decorator.mk b/package/python3-decorator/python3-decorator.mk
index c14f10fbf4..e6f940a95c 100644
--- a/package/python3-decorator/python3-decorator.mk
+++ b/package/python3-decorator/python3-decorator.mk
@@ -11,6 +11,8 @@ PYTHON3_DECORATOR_SOURCE = decorator-$(PYTHON3_DECORATOR_VERSION).tar.gz
 PYTHON3_DECORATOR_LICENSE = BSD-2-Clause
 PYTHON3_DECORATOR_LICENSE_FILES = LICENSE.txt
 PYTHON3_DECORATOR_SETUP_TYPE = setuptools
+PYTHON3_DECORATOR_CPE_ID_VENDOR = python
+PYTHON3_DECORATOR_CPE_ID_PRODUCT = decorator
 HOST_PYTHON3_DECORATOR_NEEDS_HOST_PYTHON = python3
 
 $(eval $(host-python-package))
-- 
2.17.1




More information about the buildroot mailing list