All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-httpx: add CPE variables
@ 2023-12-26 11:29 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:29 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Fabrice Fontaine, Asaf Kahlon

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

  https://nvd.nist.gov/products/cpe/detail/0B9D7A81-3934-40D1-A7E4-FD8132304152

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

diff --git a/package/python-httpx/python-httpx.mk b/package/python-httpx/python-httpx.mk
index 4227acec59..88166ad242 100644
--- a/package/python-httpx/python-httpx.mk
+++ b/package/python-httpx/python-httpx.mk
@@ -10,6 +10,8 @@ PYTHON_HTTPX_SITE = https://files.pythonhosted.org/packages/8c/23/911d93a022979d
 PYTHON_HTTPX_SETUP_TYPE = pep517
 PYTHON_HTTPX_LICENSE = BSD-3-Clause
 PYTHON_HTTPX_LICENSE_FILES = LICENSE.md
+PYTHON_HTTPX_CPE_ID_VENDOR = encode
+PYTHON_HTTPX_CPE_ID_PRODUCT = httpx
 PYTHON_HTTPX_DEPENDENCIES = \
 	host-python-hatchling \
 	host-python-hatch-fancy-pypi-readme
-- 
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:29 [Buildroot] [PATCH 1/1] package/python-httpx: add CPE variables Fabrice Fontaine
2023-12-26 13:13 ` Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.