mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
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>
This commit is contained in:
committed by
Julien Olivain
parent
68d0da4ba7
commit
6a1eca91b9
@@ -10,7 +10,7 @@ PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/a2/b2/5a5dc4affdb6
|
||||
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