Re: [Ryu-devel] update eventlet version requirements for ryu python package

2018-05-13 Thread Joe Mader
Fixed the PR title and commit messages. Thanks! -- Joe Mader Plexxi 443.703.8088 On Wed, May 9, 2018 at 7:19 PM, IWAMOTO Toshihiro wrote: > On Thu, 10 May 2018 03:03:00 +0900, > Joe Mader wrote: > > > > [1 ] > > [1.1 ] > > now that this upstream issue has been solved in eventlet 0.22: >

Re: [Ryu-devel] update eventlet version requirements for ryu python package

2018-05-09 Thread IWAMOTO Toshihiro
On Thu, 10 May 2018 03:03:00 +0900, Joe Mader wrote: > > [1 ] > [1.1 ] > now that this upstream issue has been solved in eventlet 0.22: > > https://github.com/eventlet/eventlet/issues/401 > > can the requirements ( > https://github.com/osrg/ryu/blob/master/tools/pip-requires) be updated to > i

[Ryu-devel] update eventlet version requirements for ryu python package

2018-05-09 Thread Joe Mader
now that this upstream issue has been solved in eventlet 0.22: https://github.com/eventlet/eventlet/issues/401 can the requirements ( https://github.com/osrg/ryu/blob/master/tools/pip-requires) be updated to include eventlet 0.22 (and newer)? we have a standalone project (not built atop OpenStac