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-six.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/python/python-six.inc') diff --git a/meta/recipes-devtools/python/python-six.inc b/meta/recipes-devtools/python/python-six.inc index 05b32810bd..df97f845bc 100644 --- a/meta/recipes-devtools/python/python-six.inc +++ b/meta/recipes-devtools/python/python-six.inc @@ -1,5 +1,5 @@ SUMMARY = "Python 2 and 3 compatibility library" -HOMEPAGE = "https://pypi.python.org/pypi/six/" +HOMEPAGE = "https://pypi.org/project/six/" SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=43cfc9e4ac0e377acfb9b76f56b8415d" -- cgit v1.2.3-54-g00ecf