package/python-fastapi: fix cpe id vendor
fastapi_project is deprecated, tiangolo is the current cpe id vendor
for python-fastapi.
See:
https://nvd.nist.gov/products/cpe/detail/4339522D-F85C-4C37-966F-A5CFF72D1D04
Signed-off-by: Gilles Bardoux <gilles.bardoux@sagemcom.com>
[Julien: reformat patch and add nvd link]
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 6a1eca91b9)
This commit is contained in:
committed by
Arnout Vandecappelle
parent
951f2adc9d
commit
01fb2a1f4f
@@ -10,7 +10,7 @@ PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/a2/f5/3f921e59f189
|
||||
PYTHON_FASTAPI_SETUP_TYPE = pep517
|
||||
PYTHON_FASTAPI_LICENSE = MIT
|
||||
PYTHON_FASTAPI_LICENSE_FILES = LICENSE
|
||||
PYTHON_FASTAPI_CPE_ID_VENDOR = fastapi_project
|
||||
PYTHON_FASTAPI_CPE_ID_VENDOR = tiangolo
|
||||
PYTHON_FASTAPI_CPE_ID_PRODUCT = fastapi
|
||||
PYTHON_FASTAPI_DEPENDENCIES = host-python-pdm-backend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user