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"
diff --git a/meta-phosphor/common/recipes-devtools/python/python-ipy_0.83.bb b/meta-phosphor/common/recipes-devtools/python/python-ipy_0.83.bb
index b2a9739..6019931 100644
--- a/meta-phosphor/common/recipes-devtools/python/python-ipy_0.83.bb
+++ b/meta-phosphor/common/recipes-devtools/python/python-ipy_0.83.bb
@@ -1,5 +1,5 @@
 SUMMARY = "Python module for handling IPv4 and IPv6 Addresses and Networks"
-DESCRIPTION = "IPy is a Python module for handling IPv4 and IPv6 Addresses and Networks \ 
+DESCRIPTION = "IPy is a Python module for handling IPv4 and IPv6 Addresses and Networks \
 in a fashion similar to perl's Net::IP and friends. The IP class allows \
 a comfortable parsing and handling for most notations in use for IPv4 \
 and IPv6 Addresses and Networks."
@@ -9,7 +9,7 @@
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=ebc0028ff5cdaf7796604875027dcd55"
 
-SRC_URI = "http://pypi.python.org/packages/source/I/IPy/IPy-${PV}.tar.gz"
+SRC_URI = "https://pypi.python.org/packages/source/I/IPy/IPy-${PV}.tar.gz"
 
 SRC_URI[md5sum] = "7b8c6eb4111b15aea31b67108e769712"
 SRC_URI[sha256sum] = "61da5a532b159b387176f6eabf11946e7458b6df8fb8b91ff1d345ca7a6edab8"