summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-06-27 11:54:41 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-06-27 11:54:41 +0200
commit47615daf4da20ec67d6fb46d66812239152131a6 (patch)
tree82647c98ccc9270573e5839f7482e76f6ca8354f
parent78ed77c154214a37952f143aeb69497133bcb219 (diff)
downloadptxdist-47615daf4da20ec67d6fb46d66812239152131a6.tar.gz
ptxdist-47615daf4da20ec67d6fb46d66812239152131a6.tar.xz
python3-setuptools: use ptx/mirror-pypi for the URL
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/python3-setuptools.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/python3-setuptools.make b/rules/python3-setuptools.make
index ca97f2a95..f16368a99 100644
--- a/rules/python3-setuptools.make
+++ b/rules/python3-setuptools.make
@@ -18,7 +18,7 @@ PYTHON3_SETUPTOOLS_VERSION := 54.1.0
PYTHON3_SETUPTOOLS_MD5 := a39914ec4d991aeb3397cd2f37dda66c
PYTHON3_SETUPTOOLS := setuptools-$(PYTHON3_SETUPTOOLS_VERSION)
PYTHON3_SETUPTOOLS_SUFFIX := tar.gz
-PYTHON3_SETUPTOOLS_URL := https://files.pythonhosted.org/packages/source/s/setuptools/$(PYTHON3_SETUPTOOLS).$(PYTHON3_SETUPTOOLS_SUFFIX)
+PYTHON3_SETUPTOOLS_URL := $(call ptx/mirror-pypi, setuptools, $(PYTHON3_SETUPTOOLS).$(PYTHON3_SETUPTOOLS_SUFFIX))
PYTHON3_SETUPTOOLS_SOURCE := $(SRCDIR)/$(PYTHON3_SETUPTOOLS).$(PYTHON3_SETUPTOOLS_SUFFIX)
PYTHON3_SETUPTOOLS_DIR := $(BUILDDIR)/$(PYTHON3_SETUPTOOLS)
PYTHON3_SETUPTOOLS_LICENSE := MIT