diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-30 15:41:58 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-30 15:42:49 -0400 |
| commit | 1abda8a6b89f36884417e96c20dee394da8159a1 (patch) | |
| tree | 99d9275ea99cb3d7897a250518a7869399cb47de /meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb | |
| parent | 96cabf00ac78440e5a71aca85c4ed4949cce39e3 (diff) | |
| download | meta-cloud-services-1abda8a6b89f36884417e96c20dee394da8159a1.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.bb | 28 |
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 @@ | |||
| 1 | DESCRIPTION = "Client library for Barbican API" | ||
| 2 | HOMEPAGE = "https://github.com/stackforge/python-barbicanclient" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e031cff4528978748f9cc064c6e6fa73" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRC_URI = "\ | ||
| 10 | git://github.com/stackforge/python-barbicanclient.git;branch=master \ | ||
| 11 | " | ||
| 12 | |||
| 13 | PV="2.1.0+git${SRCPV}" | ||
| 14 | SRCREV="80cd5724397d0c9c3371f7290591f9b06f610f88" | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | python-pbr \ | ||
| 22 | " | ||
| 23 | |||
| 24 | RDEPENDS_${PN} += " \ | ||
| 25 | python-requests \ | ||
| 26 | python-six \ | ||
| 27 | python-keystoneclient \ | ||
| 28 | " | ||
