On Tue, Dec 02, 2025 at 03:17:07PM +0100, Markus Heidelberg via ptxdist wrote: > pydot needs setuptools >= 77.0.0
So this is fine by itself, but it breaks python3-numpy so that needs to be handled before I can merge this. I have not had the time to look into that. Michael > Signed-off-by: Markus Heidelberg <[email protected]> > --- > rules/python3-setuptools.make | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rules/python3-setuptools.make b/rules/python3-setuptools.make > index 307196452..d514fa7c7 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 := 71.1.0 > -PYTHON3_SETUPTOOLS_MD5 := 2d7f698adca86005a771f8709686d5e4 > +PYTHON3_SETUPTOOLS_VERSION := 80.9.0 > +PYTHON3_SETUPTOOLS_MD5 := 82e1d67883b713f9493659b50d13b436 > PYTHON3_SETUPTOOLS := setuptools-$(PYTHON3_SETUPTOOLS_VERSION) > PYTHON3_SETUPTOOLS_SUFFIX := tar.gz > PYTHON3_SETUPTOOLS_URL := $(call ptx/mirror-pypi, setuptools, > $(PYTHON3_SETUPTOOLS).$(PYTHON3_SETUPTOOLS_SUFFIX)) > -- > 2.43.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 |
