From a5a59d040b5db77a06346a516d30566a21d41586 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 31 Oct 2013 00:22:52 -0400 Subject: python-quantum/python-neutron: update to havana version Updating the OpenStack networking component to the havana release version. As part of this switch, we rename the components from quantum to neutron and switch to a git based build for the client and servers. Signed-off-by: Bruce Ashfield --- .../python/python-neutron/fix-amqlib-version.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-neutron/fix-amqlib-version.patch (limited to 'meta-openstack/recipes-devtools/python/python-neutron/fix-amqlib-version.patch') 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 @@ +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 -- cgit v1.2.3-54-g00ecf