pydot needs setuptools >= 77.0.0 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
