[Buildroot] [PATCH] package/python-twisted: fix cpe id vendor

Julien Olivain ju.o at free.fr
Wed Apr 2 20:23:06 UTC 2025


Hi Gilles,

Thanks for the patch.

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>

This patch was incorrectly formatted again and could not be applied
as is. It was simple enough for me to fix and apply it on master.

If you consider to send new patches in the future, could you please
use "git send-email"? See:
https://buildroot.org/downloads/manual/manual.html#submitting-patches

Best regards,

Julien.

> ---
>  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 \
> --
> 2.39.5



More information about the buildroot mailing list