diff options
author | Adrian Freund <git@freundtech.com> | 2019-11-27 13:18:39 +0100 |
---|---|---|
committer | Adrian Freund <git@freundtech.com> | 2019-11-27 13:18:39 +0100 |
commit | e3ebed794332ca23a0f67580fd3230612d9d7b07 (patch) | |
tree | 75c162b07a36dfbf74ca87481f6a6bceae10f330 | |
parent | c776e4cb68600b2ee0a4f38364f4a355502777f1 (diff) |
Restrict tinyrpc to version 0.9.4 as newer versions break python2 support
-rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 47c6d02a..56020060 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 |