summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-06-27 11:37:11 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-06-27 11:51:13 +0200
commit789fbfcfb65d3bf209381467f31cc23b246b1c3d (patch)
treefd9bf95e47df3812f4ae38708eabc85457444e85
parent69ecff0629f589855703e9c4bff9260481f6abd5 (diff)
downloadptxdist-789fbfcfb65d3bf209381467f31cc23b246b1c3d.tar.gz
ptxdist-789fbfcfb65d3bf209381467f31cc23b246b1c3d.tar.xz
host-python-setuptools: use ptx/mirror-pypi for the URL
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-python-setuptools.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-python-setuptools.make b/rules/host-python-setuptools.make
index 0596d4f1f..6d3451653 100644
--- a/rules/host-python-setuptools.make
+++ b/rules/host-python-setuptools.make
@@ -18,7 +18,7 @@ HOST_PYTHON_SETUPTOOLS_VERSION := 41.2.0
HOST_PYTHON_SETUPTOOLS_MD5 := a3470ce184da33f0fa6c9f44f6221bc0
HOST_PYTHON_SETUPTOOLS := python-setuptools-$(HOST_PYTHON_SETUPTOOLS_VERSION)
HOST_PYTHON_SETUPTOOLS_SUFFIX := zip
-HOST_PYTHON_SETUPTOOLS_URL := https://pypi.python.org/packages/source/s/setuptools/setuptools-$(HOST_PYTHON_SETUPTOOLS_VERSION).$(HOST_PYTHON_SETUPTOOLS_SUFFIX)
+HOST_PYTHON_SETUPTOOLS_URL := $(call ptx/mirror-pypi, setuptools, setuptools-$(HOST_PYTHON_SETUPTOOLS_VERSION).$(HOST_PYTHON_SETUPTOOLS_SUFFIX))
HOST_PYTHON_SETUPTOOLS_SOURCE := $(SRCDIR)/$(HOST_PYTHON_SETUPTOOLS).$(HOST_PYTHON_SETUPTOOLS_SUFFIX)
HOST_PYTHON_SETUPTOOLS_DIR := $(HOST_BUILDDIR)/$(HOST_PYTHON_SETUPTOOLS)
HOST_PYTHON_SETUPTOOLS_LICENSE := PSF AND ZPL