aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb
blob: 53f1ed98f5949524951a2200d4c8faabf11fcd58 (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
29
30
31
32
33
34
35
36
37
DESCRIPTION = "Client library for Barbican API"
HOMEPAGE = "https://github.com/stackforge/python3-barbicanclient"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e031cff4528978748f9cc064c6e6fa73"

SRC_URI = "\
	git://github.com/openstack/python-barbicanclient.git \
	"

PV = "5.0.1+git${SRCPV}"
SRCREV = "1f0feb30ccd3b19bc23453d85d3266c85fcf04d6"
S = "${WORKDIR}/git"

inherit setuptools3

DEPENDS += " \
        python3-pip \
        python3-pbr \
        "

# Satisfy setup.py 'setup_requires'
DEPENDS += " \
        python3-pbr-native \
        "

RDEPENDS:${PN} += " \
        python3-pbr \
        python3-requests \
        python3-six \
        python3-cliff \
        python3-keystoneauth1 \
        python3-oslo.i18n \
        python3-oslo.serialization \
        python3-oslo.utils \
        python3-monotonic \
        "