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
commit0c134adc0fb02110aaa396c54a97e5f54312644a (patch)
tree23171e1fb303c4f759bd135808d6428a3155ce44
parenta7c396381b2c30c49a0028a682903095e0773fd2 (diff)
downloadptxdist-0c134adc0fb02110aaa396c54a97e5f54312644a.tar.gz
ptxdist-0c134adc0fb02110aaa396c54a97e5f54312644a.tar.xz
python3-iniherit: use ptx/mirror-pypi for the URL
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/python3-iniherit.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/python3-iniherit.make b/rules/python3-iniherit.make
index 3a1a80f31..54c11e867 100644
--- a/rules/python3-iniherit.make
+++ b/rules/python3-iniherit.make
@@ -18,7 +18,7 @@ PYTHON3_INIHERIT_VERSION := 0.3.9
PYTHON3_INIHERIT_MD5 := 0e501d38a1ad7c9bde7bff9387d4a582
PYTHON3_INIHERIT := iniherit-$(PYTHON3_INIHERIT_VERSION)
PYTHON3_INIHERIT_SUFFIX := tar.gz
-PYTHON3_INIHERIT_URL := https://files.pythonhosted.org/packages/source/i/iniherit/$(PYTHON3_INIHERIT).$(PYTHON3_INIHERIT_SUFFIX)
+PYTHON3_INIHERIT_URL := $(call ptx/mirror-pypi, iniherit, $(PYTHON3_INIHERIT).$(PYTHON3_INIHERIT_SUFFIX))
PYTHON3_INIHERIT_SOURCE := $(SRCDIR)/$(PYTHON3_INIHERIT).$(PYTHON3_INIHERIT_SUFFIX)
PYTHON3_INIHERIT_DIR := $(BUILDDIR)/$(PYTHON3_INIHERIT)
PYTHON3_INIHERIT_LICENSE := MIT