From f5bbb3ba2d65ba7911b7ede5fb32b54b5b904a07 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Wed, 17 Jun 2020 08:27:34 -0400 Subject: python: use official "pypi.org" URLs for HOMEPAGE As the URL pypi.python.org simply redirects to pypi.org, simplify a number of Python recipes by using that URL explicitly. (From OE-Core rev: 934c8302e4ead9b09d6e7396ff11b6a4c1be7b21) Signed-off-by: Robert P. J. Day Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-setuptools.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/python/python-setuptools.inc') diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc index 032d337424..9322ca9a05 100644 --- a/meta/recipes-devtools/python/python-setuptools.inc +++ b/meta/recipes-devtools/python/python-setuptools.inc @@ -1,5 +1,5 @@ SUMMARY = "Download, build, install, upgrade, and uninstall Python packages" -HOMEPAGE = "https://pypi.python.org/pypi/setuptools" +HOMEPAGE = "https://pypi.org/project/setuptools" SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=19;md5=9a33897f1bca1160d7aad3835152e158" -- cgit v1.2.3-54-g00ecf