diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2017-11-28 09:15:59 -0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-12-01 21:50:47 -0500 |
commit | eb6b5129561eda9ea1f47e85ab9ed9e5a6b8f64c (patch) | |
tree | 07648dede76922ebf603733ba853049ffa74caee /recipes-devtools/python/python-requests_2.8.1.bb | |
parent | dfe24c5b5ac39f38fd2ac7370cca441cb47c31bc (diff) | |
download | meta-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-requests_2.8.1.bb')
-rw-r--r-- | recipes-devtools/python/python-requests_2.8.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-requests_2.8.1.bb b/recipes-devtools/python/python-requests_2.8.1.bb index 187f97ae..d2667800 100644 --- a/recipes-devtools/python/python-requests_2.8.1.bb +++ b/recipes-devtools/python/python-requests_2.8.1.bb | |||
@@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=58c7e163c9f8ee037246da101c6afd1e" | |||
18 | 18 | ||
19 | SRCNAME = "requests" | 19 | SRCNAME = "requests" |
20 | 20 | ||
21 | SRC_URI = "http://pypi.python.org/packages/source/r/requests/${SRCNAME}-${PV}.tar.gz" | 21 | SRC_URI = "https://pypi.python.org/packages/source/r/requests/${SRCNAME}-${PV}.tar.gz" |
22 | 22 | ||
23 | SRC_URI[md5sum] = "a27ea3d72d7822906ddce5e252d6add9" | 23 | SRC_URI[md5sum] = "a27ea3d72d7822906ddce5e252d6add9" |
24 | SRC_URI[sha256sum] = "84fe8d5bf4dcdcc49002446c47a146d17ac10facf00d9086659064ac43b6c25b" | 24 | SRC_URI[sha256sum] = "84fe8d5bf4dcdcc49002446c47a146d17ac10facf00d9086659064ac43b6c25b" |