blob: 30643638fea23f13e519d8d52b340565a007e3c7 [file] [log] [blame]
Brad Bishope4ad8282016-06-09 00:31:32 -04001FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
Andrew Geisslerf2308422017-10-27 14:10:50 -05002SRC_URI_remove = "http://pypi.python.org/packages/source/g/gevent/${SRCNAME}-${PV}.tar.gz"
3SRC_URI_prepend = "https://pypi.python.org/packages/source/g/gevent/${SRCNAME}-${PV}.tar.gz "
Brad Bishope4ad8282016-06-09 00:31:32 -04004SRC_URI += "file://libev-config-guess.patch"
5SRC_URI += "file://0001-gevent-py279-ssl-wrap.patch"
Josh King56569c72016-10-31 11:09:24 -05006SRC_URI += "file://0002-gevent-eat-ssl-self-cert-errors.patch"