summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-quantumclient_2.2.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-10-31 00:22:52 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:34 -0500
commita5a59d040b5db77a06346a516d30566a21d41586 (patch)
tree4de8d0e5f26396e1a66f668eec38d7b3bbb1465f /meta-openstack/recipes-devtools/python/python-quantumclient_2.2.1.bb
parent0a962a285a529def3d3649544214bc36c9292d18 (diff)
downloadmeta-cloud-services-a5a59d040b5db77a06346a516d30566a21d41586.tar.gz
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-quantumclient_2.2.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-quantumclient_2.2.1.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-quantumclient_2.2.1.bb b/meta-openstack/recipes-devtools/python/python-quantumclient_2.2.1.bb
deleted file mode 100644
index ccbc665..0000000
--- a/meta-openstack/recipes-devtools/python/python-quantumclient_2.2.1.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1DESCRIPTION = "CLI and python client library for OpenStack Quantum"
2HOMEPAGE = "https://launchpad.net/quantum"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6
7RDEPENDS_${PN} +="python-cliff \
8 python-httplib2 \
9 python-iso8601 \
10 python-prettytable \
11 python-pyparsing \
12 python-simplejson \
13 "
14
15PR = "r0"
16
17SRC_URI = "https://pypi.python.org/packages/source/p/${PN}/${PN}-${PV}.tar.gz"
18
19SRC_URI[md5sum] = "d319be32c95aa6e0110db925d5c3cfc9"
20SRC_URI[sha256sum] = "9c445a8a2fc751561e84e8633542bc8e77666cf8e4f01acce7cc8137acd43bee"
21
22S = "${WORKDIR}/${PN}-${PV}"
23
24inherit setuptools