mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -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>
(cherry picked from commit 1747ebf29b)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
ee7c227b16
commit
0800072403
@@ -10,7 +10,7 @@ PYTHON_TWISTED_SITE = https://files.pythonhosted.org/packages/b2/0f/2d0b0dcd52a8
|
||||
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