mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/python-httpx: add CPE variables
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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
3f9709f803
commit
3cc18e4085
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user