[Buildroot] [git commit branch/2024.02.x] package/python-twisted: fix cpe id vendor

Arnout Vandecappelle arnout at rnout.be
Fri Apr 11 10:40:37 UTC 2025


commit: https://git.buildroot.net/buildroot/commit/?id=8fc12cb424a6eed209c7845efb373fcc73c41a0c
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2024.02.x

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 at sagemcom.com>
[Julien: reformat patch and add nvd link]
Signed-off-by: Julien Olivain <ju.o at free.fr>
(cherry picked from commit 1747ebf29b577f4b1ef03b0633bedd525ce9947d)
Signed-off-by: Thomas Perale <thomas.perale at mind.be>
---
 package/python-twisted/python-twisted.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-twisted/python-twisted.mk b/package/python-twisted/python-twisted.mk
index 398baed2a8..c8aeb722f2 100644
--- a/package/python-twisted/python-twisted.mk
+++ b/package/python-twisted/python-twisted.mk
@@ -10,7 +10,7 @@ PYTHON_TWISTED_SITE = https://files.pythonhosted.org/packages/b2/ce/cbb56597127b
 PYTHON_TWISTED_SETUP_TYPE = setuptools
 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 = python-incremental host-python-incremental
 


More information about the buildroot mailing list