diff options
| author | Fabio Berton <fabio.berton@ossystems.com.br> | 2017-11-28 09:16:53 -0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-12-01 21:50:38 -0500 |
| commit | b38ebbee98d24b1fac1f1278bce1a7b4d337cf35 (patch) | |
| tree | 080c1996c9903ed83048996bdd445c04f8d6daae /recipes-devtools/python/python-sphinx_1.3.1.bb | |
| parent | db67d896c51145d231d817c76609af762447129a (diff) | |
| download | meta-virtualization-b38ebbee98d24b1fac1f1278bce1a7b4d337cf35.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 krogoth 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-sphinx_1.3.1.bb')
| -rw-r--r-- | recipes-devtools/python/python-sphinx_1.3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 7 | PR = "r0" | 7 | PR = "r0" |
| 8 | SRCNAME = "Sphinx" | 8 | SRCNAME = "Sphinx" |
| 9 | 9 | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/S/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 10 | SRC_URI = "https://pypi.python.org/packages/source/S/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "8786a194acf9673464c5455b11fd4332" | 12 | SRC_URI[md5sum] = "8786a194acf9673464c5455b11fd4332" |
| 13 | SRC_URI[sha256sum] = "1a6e5130c2b42d2de301693c299f78cc4bd3501e78b610c08e45efc70e2b5114" | 13 | SRC_URI[sha256sum] = "1a6e5130c2b42d2de301693c299f78cc4bd3501e78b610c08e45efc70e2b5114" |
