summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorAdrian Freund <git@freundtech.com>2019-11-27 13:18:39 +0100
committerAdrian Freund <git@freundtech.com>2019-11-27 13:18:39 +0100
commite3ebed794332ca23a0f67580fd3230612d9d7b07 (patch)
tree75c162b07a36dfbf74ca87481f6a6bceae10f330 /tools
parentc776e4cb68600b2ee0a4f38364f4a355502777f1 (diff)
Restrict tinyrpc to version 0.9.4 as newer versions break python2 support
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires2
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