From eb6b5129561eda9ea1f47e85ab9ed9e5a6b8f64c Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Tue, 28 Nov 2017 09:15:59 -0200 Subject: python-*: use https for pypi URLs Several of the recipes here were using http URLs for source hosted on pypi - pypi apparently no longer supports http so switch to https instead. Apply this commit [1] to morty branch. [1] https://www.mail-archive.com/meta-virtualization@yoctoproject.org/msg02821.html Signed-off-by: Fabio Berton Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-sphinx_1.3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-devtools/python/python-sphinx_1.3.1.bb') diff --git a/recipes-devtools/python/python-sphinx_1.3.1.bb b/recipes-devtools/python/python-sphinx_1.3.1.bb index fe8ad94a..d8cef309 100644 --- a/recipes-devtools/python/python-sphinx_1.3.1.bb +++ b/recipes-devtools/python/python-sphinx_1.3.1.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6dd095eaa1e7a662b279daf80ecad7e6" PR = "r0" SRCNAME = "Sphinx" -SRC_URI = "http://pypi.python.org/packages/source/S/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" +SRC_URI = "https://pypi.python.org/packages/source/S/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" SRC_URI[md5sum] = "8786a194acf9673464c5455b11fd4332" SRC_URI[sha256sum] = "1a6e5130c2b42d2de301693c299f78cc4bd3501e78b610c08e45efc70e2b5114" -- cgit v1.2.3-54-g00ecf