From f39e95043c7de066400ff9e538abeebc14f7899d Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 17 Mar 2015 11:55:56 +0900 Subject: requirements: Drop some optional requirements Move some non pure python requirements (namely lxml and paramiko) from pip-requires to test-requires. Document it in README.rst. Motivations: - Make this pip-installable with pypy - Less distribution package requirements (deb/rpm/etc) in case a user do not actually need the functionality Note: while paramiko itself is pure python, it requires pycrypto. Note: msgpack has pure python fallback implementation. Separating ryu into smaller packages would be a better alternative. However, it would involve a lot more work than this workaround. Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- tools/test-requires | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/test-requires') diff --git a/tools/test-requires b/tools/test-requires index 2ffd739b..06b8c548 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -4,3 +4,5 @@ nose pep8 pylint==0.25.0 xml_compare +lxml # OF-Config +paramiko # NETCONF, BGP speaker -- cgit v1.2.3