summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-03-01 23:18:45 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-03-07 15:38:51 +0300
commit36af49f7f32f61763ef6500503007983ff2aeab4 (patch)
treed4f7551ea9484d0510007c43574b73e3000d4e5c
parent185f15f407fc2ef5f66d5f60643a1722c6fe0610 (diff)
downloadopenbmc-36af49f7f32f61763ef6500503007983ff2aeab4.tar.xz
Revert "Update pypi.python.org packages to use https"
This has been addressed upstream and no longer required. This reverts commit 74cb437b8c4c4a5c7ebdc68d09de377bece59e5e. Change-Id: I349c4b413da82610b709b8a6ee440652f3698368 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/common/recipes-devtools/python/python-gevent_%.bbappend2
1 files changed, 0 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 30643638f..4dd9786de 100644
--- a/meta-phosphor/common/recipes-devtools/python/python-gevent_%.bbappend
+++ b/meta-phosphor/common/recipes-devtools/python/python-gevent_%.bbappend
@@ -1,6 +1,4 @@
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"