add telnetsrv to pip-requires. unfortunately there seems to be no RPM equivalent available. if you want to use cli.py, install telnetsrv by yourself for now.
Signed-off-by: YAMAMOTO Takashi <[email protected]> --- tools/pip-requires | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/pip-requires b/tools/pip-requires index 7be3072..3ecfb84 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,3 +1,4 @@ gevent>=0.13 routes webob>=1.0.8 +telnetsrv -- 1.7.12 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
