Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-starlette: add CPE variables
@ 2023-12-26 11:21 Fabrice Fontaine
  2023-12-26 13:13 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2023-12-26 11:21 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Fabrice Fontaine, Asaf Kahlon

cpe:2.3:a:encode:starlette is a valid CPE identifier for this package:

  https://nvd.nist.gov/products/cpe/detail/B4613D5C-E46D-443A-8738-58E4FBC0C127

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/python-starlette/python-starlette.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/python-starlette/python-starlette.mk b/package/python-starlette/python-starlette.mk
index 40932929a0..b04b95a797 100644
--- a/package/python-starlette/python-starlette.mk
+++ b/package/python-starlette/python-starlette.mk
@@ -11,5 +11,7 @@ PYTHON_STARLETTE_SETUP_TYPE = pep517
 PYTHON_STARLETTE_LICENSE = BSD-3-Clause
 PYTHON_STARLETTE_LICENSE_FILES = LICENSE.md
 PYTHON_STARLETTE_DEPENDENCIES = host-python-hatchling
+PYTHON_STARLETTE_CPE_ID_VENDOR = encode
+PYTHON_STARLETTE_CPE_ID_PRODUCT = starlette
 
 $(eval $(python-package))
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-26 13:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-26 11:21 [Buildroot] [PATCH 1/1] package/python-starlette: add CPE variables Fabrice Fontaine
2023-12-26 13:13 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox