summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-gevent_1.0.1.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-gevent_1.0.1.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-gevent_1.0.1.bb')
-rw-r--r--recipes-devtools/python/python-gevent_1.0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-gevent_1.0.1.bb b/recipes-devtools/python/python-gevent_1.0.1.bb
index 47f1267a..8ac12956 100644
--- a/recipes-devtools/python/python-gevent_1.0.1.bb
+++ b/recipes-devtools/python/python-gevent_1.0.1.bb
@@ -13,7 +13,7 @@ RDEPENDS_${PN} += "python-greenlet python-mime python-pprint python-re"
13 13
14SRCNAME = "gevent" 14SRCNAME = "gevent"
15 15
16SRC_URI = "http://pypi.python.org/packages/source/g/gevent/${SRCNAME}-${PV}.tar.gz" 16SRC_URI = "https://pypi.python.org/packages/source/g/gevent/${SRCNAME}-${PV}.tar.gz"
17SRC_URI[md5sum] = "7b952591d1a0174d6eb6ac47bd975ab6" 17SRC_URI[md5sum] = "7b952591d1a0174d6eb6ac47bd975ab6"
18SRC_URI[sha256sum] = "4627e215d058f71d95e6b26d9e7be4c263788a4756bd2858a93775f6c072df43" 18SRC_URI[sha256sum] = "4627e215d058f71d95e6b26d9e7be4c263788a4756bd2858a93775f6c072df43"
19 19