Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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 (`<https://github.com/openstack/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
==========
Expand Down Expand Up @@ -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 `<https://ryu-sdn.org/>`_.
Expand All @@ -72,3 +69,8 @@ questions, suggestions, and patches, the mailing list is available at
<https://lists.sourceforge.net/lists/listinfo/ryu-devel>`_.
`The ML archive at Gmane <http://dir.gmane.org/gmane.network.ryu.devel>`_
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 (`<https://github.com/openstack/os-ken>`_) for a maintained Ryu alternative.
5 changes: 1 addition & 4 deletions tools/pip-requires
Original file line number Diff line number Diff line change
@@ -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
Expand Down