[Buildroot] [PATCH] package/python-twisted: fix cpe id vendor
Arnout Vandecappelle
arnout at rnout.be
Wed Apr 16 21:26:26 UTC 2025
On 24/03/2025 17:26, Gilles Bardoux via buildroot wrote:
> package/python-twisted: fix cpe id vendor
>
> twistedmatrix is deprecated, twisted is the current cpe id vendor for
> python-twisted
>
> Signed-off-by: Gilles Bardoux <gilles.bardoux at sagemcom.com>
Applied to 2025.02.x, 2024.11.x and 2024.02.x, thanks.
Regards,
Arnout
> ---
> 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 0f91fa245c..b7217da6e4 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/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 \
More information about the buildroot
mailing list