summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-pyyaml_3.11.bb
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2017-11-28 09:16:53 -0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-12-01 21:50:38 -0500
commitb38ebbee98d24b1fac1f1278bce1a7b4d337cf35 (patch)
tree080c1996c9903ed83048996bdd445c04f8d6daae /recipes-devtools/python/python-pyyaml_3.11.bb
parentdb67d896c51145d231d817c76609af762447129a (diff)
downloadmeta-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-pyyaml_3.11.bb')
-rw-r--r--recipes-devtools/python/python-pyyaml_3.11.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-pyyaml_3.11.bb b/recipes-devtools/python/python-pyyaml_3.11.bb
index cb1db8c6..9a6f2f62 100644
--- a/recipes-devtools/python/python-pyyaml_3.11.bb
+++ b/recipes-devtools/python/python-pyyaml_3.11.bb
@@ -18,7 +18,7 @@ LICENSE = "MIT"
18LIC_FILES_CHKSUM = "file://LICENSE;md5=6015f088759b10e0bc2bf64898d4ae17" 18LIC_FILES_CHKSUM = "file://LICENSE;md5=6015f088759b10e0bc2bf64898d4ae17"
19 19
20SRCNAME = "PyYAML" 20SRCNAME = "PyYAML"
21SRC_URI = "http://pyyaml.org/download/pyyaml/${SRCNAME}-${PV}.tar.gz" 21SRC_URI = "https://pyyaml.org/download/pyyaml/${SRCNAME}-${PV}.tar.gz"
22 22
23SRC_URI[md5sum] = "f50e08ef0fe55178479d3a618efe21db" 23SRC_URI[md5sum] = "f50e08ef0fe55178479d3a618efe21db"
24SRC_URI[sha256sum] = "c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8" 24SRC_URI[sha256sum] = "c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8"