summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-devtools
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2017-10-27 22:10:50 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-10-30 23:54:00 +0300
commit74cb437b8c4c4a5c7ebdc68d09de377bece59e5e (patch)
tree6a968c8fab545590f98374be929b7e7d5fa6da15 /meta-phosphor/common/recipes-devtools
parent32668d83a2935f941db1a56ce1bde41901511324 (diff)
downloadopenbmc-74cb437b8c4c4a5c7ebdc68d09de377bece59e5e.tar.xz
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>
Diffstat (limited to 'meta-phosphor/common/recipes-devtools')
-rw-r--r--meta-phosphor/common/recipes-devtools/python/python-gevent_%.bbappend2
-rw-r--r--meta-phosphor/common/recipes-devtools/python/python-ipy_0.83.bb4
2 files changed, 4 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-devtools/python/python-gevent_%.bbappend b/meta-phosphor/common/recipes-devtools/python/python-gevent_%.bbappend
index 4dd9786de..30643638f 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 b2a973997..601993148 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 @@ DEPENDS = "python"
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"