From 1abda8a6b89f36884417e96c20dee394da8159a1 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 30 Apr 2014 15:41:58 -0400 Subject: barbican: introduce barbicanclient Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-barbican_git.bb | 1 + .../python/python-barbicanclient_git.bb | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-barbican_git.bb b/meta-openstack/recipes-devtools/python/python-barbican_git.bb index 838346c..93cd587 100644 --- a/meta-openstack/recipes-devtools/python/python-barbican_git.bb +++ b/meta-openstack/recipes-devtools/python/python-barbican_git.bb @@ -93,6 +93,7 @@ RDEPENDS_${PN} += " \ python-stevedore \ python-webob \ python-wsgiref \ + python-barbicanclient \ " INITSCRIPT_PACKAGES = "${SRCNAME}" diff --git a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb b/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb new file mode 100644 index 0000000..fb4fa86 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "Client library for Barbican API" +HOMEPAGE = "https://github.com/stackforge/python-barbicanclient" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e031cff4528978748f9cc064c6e6fa73" + +PR = "r0" + +SRC_URI = "\ + git://github.com/stackforge/python-barbicanclient.git;branch=master \ + " + +PV="2.1.0+git${SRCPV}" +SRCREV="80cd5724397d0c9c3371f7290591f9b06f610f88" +S = "${WORKDIR}/git" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + python-pbr \ + " + +RDEPENDS_${PN} += " \ + python-requests \ + python-six \ + python-keystoneclient \ + " -- cgit v1.2.3-54-g00ecf