aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-neutron/fix-amqlib-version.patch
blob: 4a085b953b924e47b2b642630d18223e1489699c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: neutron-2013.1.1/tools/pip-requires
===================================================================
--- neutron-2013.1.1.orig/tools/pip-requires
+++ neutron-2013.1.1/tools/pip-requires
@@ -1,7 +1,7 @@
 Paste
 PasteDeploy>=1.5.0
 Routes>=1.12.3
-amqplib==0.6.1
+amqplib>=0.6.1
 anyjson>=0.2.4
 argparse
 eventlet>=0.9.17