summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-04-30 15:41:58 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-06-02 09:58:04 -0400
commit6b8cc03c9ab02201deda4fbf3f6beb15ea3b06ea (patch)
tree71cee59dbf20bde2ad055e2cafbfb7c0876b00a2 /meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
parent39a40efeca10e0de4587b9c58be927cb75fe06ad (diff)
downloadmeta-cloud-services-6b8cc03c9ab02201deda4fbf3f6beb15ea3b06ea.tar.gz
barbican: introduce barbicanclient
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb28
1 files changed, 28 insertions, 0 deletions
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 @@
1DESCRIPTION = "Client library for Barbican API"
2HOMEPAGE = "https://github.com/stackforge/python-barbicanclient"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e031cff4528978748f9cc064c6e6fa73"
6
7PR = "r0"
8
9SRC_URI = "\
10 git://github.com/stackforge/python-barbicanclient.git;branch=master \
11 "
12
13PV="2.1.0+git${SRCPV}"
14SRCREV="80cd5724397d0c9c3371f7290591f9b06f610f88"
15S = "${WORKDIR}/git"
16
17inherit setuptools
18
19DEPENDS += " \
20 python-pip \
21 python-pbr \
22 "
23
24RDEPENDS_${PN} += " \
25 python-requests \
26 python-six \
27 python-keystoneclient \
28 "