summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-neutron/fix-amqlib-version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-neutron/fix-amqlib-version.patch')
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutron/fix-amqlib-version.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron/fix-amqlib-version.patch b/meta-openstack/recipes-devtools/python/python-neutron/fix-amqlib-version.patch
new file mode 100644
index 0000000..4a085b9
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-neutron/fix-amqlib-version.patch
@@ -0,0 +1,13 @@
1Index: neutron-2013.1.1/tools/pip-requires
2===================================================================
3--- neutron-2013.1.1.orig/tools/pip-requires
4+++ neutron-2013.1.1/tools/pip-requires
5@@ -1,7 +1,7 @@
6 Paste
7 PasteDeploy>=1.5.0
8 Routes>=1.12.3
9-amqplib==0.6.1
10+amqplib>=0.6.1
11 anyjson>=0.2.4
12 argparse
13 eventlet>=0.9.17