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

Peter Korsgaard peter at korsgaard.com
Wed Feb 28 21:16:20 UTC 2024


commit: https://git.buildroot.net/buildroot/commit/?id=038845825dc7798f5f6ec2111738ea6a3a5debb5
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2023.11.x

cpe:2.3:a:wheel_project:wheel is a valid CPE identifier for this
package:

  https://nvd.nist.gov/products/cpe/detail/402C4B59-237A-4399-8189-CC9FC1B4BF39

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit 92f3f04146654f77add9fc14c18d054783006108)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/python-wheel/python-wheel.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/python-wheel/python-wheel.mk b/package/python-wheel/python-wheel.mk
index 159598fd1e..320995521e 100644
--- a/package/python-wheel/python-wheel.mk
+++ b/package/python-wheel/python-wheel.mk
@@ -10,5 +10,7 @@ PYTHON_WHEEL_SITE = https://files.pythonhosted.org/packages/fc/ef/0335f7217dd1e8
 PYTHON_WHEEL_SETUP_TYPE = flit
 PYTHON_WHEEL_LICENSE = MIT
 PYTHON_WHEEL_LICENSE_FILES = LICENSE.txt
+PYTHON_WHEEL_CPE_ID_VENDOR = wheel_project
+PYTHON_WHEEL_CPE_ID_PRODUCT = wheel
 
 $(eval $(host-python-package))



More information about the buildroot mailing list