aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
blob: 2bb1fce71bda37337cb7916e0abee2861d9b3162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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/openstack/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 \
	"