From e3ebed794332ca23a0f67580fd3230612d9d7b07 Mon Sep 17 00:00:00 2001 From: Adrian Freund Date: Wed, 27 Nov 2019 13:18:39 +0100 Subject: [PATCH] Restrict tinyrpc to version 0.9.4 as newer versions break python2 support --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 47c6d02af..560200604 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -8,5 +8,5 @@ oslo.config>=2.5.0 ovs>=2.6.0 # OVSDB routes # wsgi six>=1.4.0 -tinyrpc # RPC library, BGP speaker(net_cntl) +tinyrpc==0.9.4 # RPC library, BGP speaker(net_cntl) webob>=1.2 # wsgi