summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-webob_1.4.1.bb
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2017-11-28 09:15:59 -0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-12-01 21:50:47 -0500
commiteb6b5129561eda9ea1f47e85ab9ed9e5a6b8f64c (patch)
tree07648dede76922ebf603733ba853049ffa74caee /recipes-devtools/python/python-webob_1.4.1.bb
parentdfe24c5b5ac39f38fd2ac7370cca441cb47c31bc (diff)
downloadmeta-virtualization-eb6b5129561eda9ea1f47e85ab9ed9e5a6b8f64c.tar.gz
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 <fabio.berton@ossystems.com.br> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools/python/python-webob_1.4.1.bb')
-rw-r--r--recipes-devtools/python/python-webob_1.4.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-webob_1.4.1.bb b/recipes-devtools/python/python-webob_1.4.1.bb
index 18b38066..e5663637 100644
--- a/recipes-devtools/python/python-webob_1.4.1.bb
+++ b/recipes-devtools/python/python-webob_1.4.1.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://docs/license.txt;md5=8ed3584bcc78c16da363747ccabc5af5
7PR = "r0" 7PR = "r0"
8SRCNAME = "WebOb" 8SRCNAME = "WebOb"
9 9
10SRC_URI = "http://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 10SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 11
12SRC_URI[md5sum] = "a5c6e8ba5431756e6a5d5ec56047ec94" 12SRC_URI[md5sum] = "a5c6e8ba5431756e6a5d5ec56047ec94"
13SRC_URI[sha256sum] = "12f8b98390befc47336d2c0e5bad9cc48609d808eabb3f8675dc1027a3a9e9db" 13SRC_URI[sha256sum] = "12f8b98390befc47336d2c0e5bad9cc48609d808eabb3f8675dc1027a3a9e9db"