Update pypi.python.org packages to use https
pypi.python.org made a recent change to require all package
downloads be via https.
Resolves openbmc/openbmc#2530
Change-Id: I7a632a3786d9e0ac4fdf698b83f90a6c3cd38b0c
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
diff --git a/meta-phosphor/common/recipes-devtools/python/python-gevent_%.bbappend b/meta-phosphor/common/recipes-devtools/python/python-gevent_%.bbappend
index 4dd9786..3064363 100644
--- a/meta-phosphor/common/recipes-devtools/python/python-gevent_%.bbappend
+++ b/meta-phosphor/common/recipes-devtools/python/python-gevent_%.bbappend
@@ -1,4 +1,6 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+SRC_URI_remove = "http://pypi.python.org/packages/source/g/gevent/${SRCNAME}-${PV}.tar.gz"
+SRC_URI_prepend = "https://pypi.python.org/packages/source/g/gevent/${SRCNAME}-${PV}.tar.gz "
SRC_URI += "file://libev-config-guess.patch"
SRC_URI += "file://0001-gevent-py279-ssl-wrap.patch"
SRC_URI += "file://0002-gevent-eat-ssl-self-cert-errors.patch"