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-neutronclient_git.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-neutronclient_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-neutronclient_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb new file mode 100644 index 0000000..7bcd057 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "CLI and python client library for OpenStack Neutron" +HOMEPAGE = "https://launchpad.net/neutron" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +RDEPENDS_${PN} +="python-cliff \ + python-httplib2 \ + python-iso8601 \ + python-prettytable \ + python-pyparsing \ + python-simplejson \ + " + +PR = "r0" + +SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=master" + +PV="git${SRCPV}" +SRCREV="1598fc0f75503f8c357ac4b58f77edf6e0443a69" +S = "${WORKDIR}/git" + +inherit setuptools -- cgit v1.2.3-54-g00ecf