mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/python-pydantic: add CPE variables
cpe:2.3:a:pydantic_project:pydantic is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/detail/9B7C28E5-ACB1-4252-AE8F-4225C1AF739E Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
c7bbea9a6c
commit
b3803513e8
@@ -10,6 +10,8 @@ PYTHON_PYDANTIC_SITE = https://files.pythonhosted.org/packages/aa/3f/56142232152
|
||||
PYTHON_PYDANTIC_SETUP_TYPE = pep517
|
||||
PYTHON_PYDANTIC_LICENSE = MIT
|
||||
PYTHON_PYDANTIC_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYDANTIC_CPE_ID_VENDOR = pydantic_project
|
||||
PYTHON_PYDANTIC_CPE_ID_PRODUCT = pydantic
|
||||
PYTHON_PYDANTIC_DEPENDENCIES = \
|
||||
host-python-hatchling \
|
||||
host-python-hatch-fancy-pypi-readme
|
||||
|
||||
Reference in New Issue
Block a user