6810N/AThis in-house patch updates paste.deploy to avoid the use of
6810N/A--- PasteDeploy-1.5.2/paste/deploy/loadwsgi.py.~1~ 2013-05-25 13:12:05.000000000 -0700
6810N/A+++ PasteDeploy-1.5.2/paste/deploy/loadwsgi.py 2016-07-30 14:43:24.375365610 -0700
6810N/A- return pkg_resources.EntryPoint.parse("x=" + s).load(False)
6810N/A+ ep = pkg_resources.EntryPoint.parse("x=" + s)