mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/python-twisted: fix cpe id vendor
twistedmatrix is deprecated, twisted is the current cpe id vendor for python-twisted. See: https://nvd.nist.gov/products/cpe/detail/A38171CB-8F75-4CE2-8C00-229D4A8F1C0E 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
6a1eca91b9
commit
1747ebf29b
@@ -10,7 +10,7 @@ PYTHON_TWISTED_SITE = https://files.pythonhosted.org/packages/77/1c/e07af0df3122
|
||||
PYTHON_TWISTED_SETUP_TYPE = hatch
|
||||
PYTHON_TWISTED_LICENSE = MIT
|
||||
PYTHON_TWISTED_LICENSE_FILES = LICENSE
|
||||
PYTHON_TWISTED_CPE_ID_VENDOR = twistedmatrix
|
||||
PYTHON_TWISTED_CPE_ID_VENDOR = twisted
|
||||
PYTHON_TWISTED_CPE_ID_PRODUCT = twisted
|
||||
PYTHON_TWISTED_DEPENDENCIES = \
|
||||
host-python-hatch-fancy-pypi-readme \
|
||||
|
||||
Reference in New Issue
Block a user