summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-quantum/fix-amqlib-version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-quantum/fix-amqlib-version.patch')
-rw-r--r--meta-openstack/recipes-devtools/python/python-quantum/fix-amqlib-version.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-quantum/fix-amqlib-version.patch b/meta-openstack/recipes-devtools/python/python-quantum/fix-amqlib-version.patch
deleted file mode 100644
index 72aff5e..0000000
--- a/meta-openstack/recipes-devtools/python/python-quantum/fix-amqlib-version.patch
+++ /dev/null
@@ -1,13 +0,0 @@
1Index: quantum-2013.1.1/tools/pip-requires
2===================================================================
3--- quantum-2013.1.1.orig/tools/pip-requires
4+++ quantum-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