From e58f0bf90f193949e5a8ff686b4a6dcf63c07fa6 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 2 Nov 2017 15:55:12 +0100 Subject: Update SRC_URI for python modules fetched from pypi pypi recently gave up server side redirects and are enforcing HTTPS access to the repos. Signed-off-by: Adrian Dudau --- meta-openstack/recipes-devtools/python/python-oauthlib_0.7.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-oauthlib_0.7.2.bb') diff --git a/meta-openstack/recipes-devtools/python/python-oauthlib_0.7.2.bb b/meta-openstack/recipes-devtools/python/python-oauthlib_0.7.2.bb index c8a9147..eef3c92 100644 --- a/meta-openstack/recipes-devtools/python/python-oauthlib_0.7.2.bb +++ b/meta-openstack/recipes-devtools/python/python-oauthlib_0.7.2.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5ba9ce41463615e082609806255bce1b" PR = "r1" SRCNAME = "oauthlib" -SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" +SRC_URI = "https://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" SRC_URI[md5sum] = "eb60abdb002b9c08d248707b79a1cc92" SRC_URI[sha256sum] = "a051f04ee8ec3305055ab34d87b36c9a449375e07c7d6a05bcafa48329cac7c3" -- cgit v1.2.3-54-g00ecf