License file change: Remove unnecessary and incorrect copyright notice. (Commit message)
Signed-off-by: Artur Wiebe <[email protected]> --- 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
