diff --git a/README.rst b/README.rst index 8a876350b..da0e6a82b 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,5 @@ -**PLEASE READ: RYU NOT CURRENTLY MAINTAINED** - - * The Ryu project needs new maintainers - please file an issue if you are able to assist. - * see OpenStack's os-ken (``_) for a maintained Ryu alternative. +**This fork will install and work with Python 3.10 and earlier** + * Tested on Ubuntu 22.04LTS for Python 3.10 and 20.04LTS for earlier Pythons What's Ryu ========== @@ -61,7 +59,6 @@ On Ubuntu(16.04 LTS or later):: % apt install gcc python-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev zlib1g-dev - Support ======= Ryu Official site is ``_. @@ -72,3 +69,8 @@ questions, suggestions, and patches, the mailing list is available at `_. `The ML archive at Gmane `_ is also available. + +**PLEASE READ: RYU NOT CURRENTLY MAINTAINED** + + * The Ryu project needs new maintainers - please file an issue if you are able to assist. + * see OpenStack's os-ken (``_) for a maintained Ryu alternative. diff --git a/tools/pip-requires b/tools/pip-requires index 714cb3a63..0bb116aeb 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,8 +1,5 @@ -r ../pip-requirements.txt -# NOTE: OpenStack avoids some versions of eventlet, because of the -# following issue. -# https://github.com/eventlet/eventlet/issues/401 -eventlet==0.31.1 +eventlet==0.33.3 # Solves TimeoutError, dnstypes msgpack>=0.4.0 # RPC library, BGP speaker(net_cntl) netaddr oslo.config>=2.5.0