From 0fc2be6f8bef0f52a81294b0e80adf6c3be57630 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 30 Apr 2014 15:08:33 -0400 Subject: python-troveclient: introduce trove client icehouse horizon looks for troveclient. So we introduce it (without full trove support), to keep it happy. Signed-off-by: Bruce Ashfield --- .../python/python-troveclient_git.bb | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-troveclient_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-troveclient_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb new file mode 100644 index 0000000..35f3320 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb @@ -0,0 +1,31 @@ +DESCRIPTION = "Client Library for OpenStack Datbase service" +HOMEPAGE = "https://github.com/openstack/python-troveclient" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +PR = "r0" + +SRC_URI = "\ + git://github.com/openstack/python-troveclient.git;branch=master \ + " + +PV="1.0.5+git${SRCPV}" +SRCREV="248aa8fdf801ca73834606239d3cdb3610993815" +S = "${WORKDIR}/git" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + python-pbr \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + python-prettytable \ + python-requests \ + python-simplejson \ + python-babel \ + python-six \ + " -- cgit v1.2.3-54-g00ecf