[Buildroot] [git commit branch/2021.02.x] package/python-pip: add CPE variables

Peter Korsgaard peter at korsgaard.com
Tue Apr 6 11:01:48 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=7df7fb4a560a8b29f1b4d978e80804b1171de4ca
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

cpe:2.3:a:pypa:pip is a valid CPE identifier for this package:

  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Apypa%3Apip

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit c845523fe24dfc8d9a00603c54e36fdb0d580696)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/python-pip/python-pip.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/python-pip/python-pip.mk b/package/python-pip/python-pip.mk
index cc40eecdfe..f881a3ce55 100644
--- a/package/python-pip/python-pip.mk
+++ b/package/python-pip/python-pip.mk
@@ -10,5 +10,7 @@ PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/8e/76/66066b7bc7181723
 PYTHON_PIP_SETUP_TYPE = setuptools
 PYTHON_PIP_LICENSE = MIT
 PYTHON_PIP_LICENSE_FILES = LICENSE.txt
+PYTHON_PIP_CPE_ID_VENDOR = pypa
+PYTHON_PIP_CPE_ID_PRODUCT = pip
 
 $(eval $(python-package))


More information about the buildroot mailing list