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

Arnout Vandecappelle arnout at rnout.be
Fri Apr 11 10:42:45 UTC 2025


commit: https://git.buildroot.net/buildroot/commit/?id=0800072403b7ad198e6f346e98592986b50ae7d5
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2024.11.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 424efdadba..90b74bc9a3 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/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 \


More information about the buildroot mailing list