On Tue, Apr 01, 2025 at 02:11:20PM +0200, Artur Wiebe wrote:
> License file change:
> Remove unnecessary and incorrect copyright notice. (Commit message)
> 
> Signed-off-by: Artur Wiebe <[email protected]>

The problem with this update is, that setuptools provides distutils now but
it breaks compatibility with newer versions. Specifically NumPy fails to
build with this update. We need to update that to version 2.x first.

Michael

> ---
>  rules/python3-setuptools.make | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/rules/python3-setuptools.make b/rules/python3-setuptools.make
> index 9e2cabccc..1c97a462e 100644
> --- a/rules/python3-setuptools.make
> +++ b/rules/python3-setuptools.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON3_SETUPTOOLS) += python3-setuptools
>  #
>  # Paths and names
>  #
> -PYTHON3_SETUPTOOLS_VERSION   := 67.4.0
> -PYTHON3_SETUPTOOLS_MD5               := a15e7546790b932a94fd9ccca7f839de
> +PYTHON3_SETUPTOOLS_VERSION   := 78.1.0
> +PYTHON3_SETUPTOOLS_MD5               := c20bf3068cdb26629854bec1ba8d2374
>  PYTHON3_SETUPTOOLS           := setuptools-$(PYTHON3_SETUPTOOLS_VERSION)
>  PYTHON3_SETUPTOOLS_SUFFIX    := tar.gz
>  PYTHON3_SETUPTOOLS_URL               := $(call ptx/mirror-pypi, setuptools, 
> $(PYTHON3_SETUPTOOLS).$(PYTHON3_SETUPTOOLS_SUFFIX))
> @@ -23,7 +23,7 @@ PYTHON3_SETUPTOOLS_SOURCE   := 
> $(SRCDIR)/$(PYTHON3_SETUPTOOLS).$(PYTHON3_SETUPTOOL
>  PYTHON3_SETUPTOOLS_DIR               := $(BUILDDIR)/$(PYTHON3_SETUPTOOLS)
>  PYTHON3_SETUPTOOLS_LICENSE   := MIT
>  PYTHON3_SETUPTOOLS_LICENSE_FILES     := \
> -     file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6
> +     file://LICENSE;md5=141643e11c48898150daa83802dbc65f
>  
>  # 
> ----------------------------------------------------------------------------
>  # Prepare
> -- 
> 2.49.0
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

Reply via email to