aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-openstackclient_git.bb
blob: b345c396df17b2ca51e9cd2a367f4192f90db7ed (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
38
39
40
DESCRIPTION = "OpenStack Command-line Client"
HOMEPAGE = "https://github.com/openstack/python-openstackclient"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"

SRC_URI = " \
        git://github.com/openstack/python-openstackclient.git;branch=stable/pike;protocol=https \
        "

PV = "3.12.0+git${SRCPV}"
SRCREV = "ff4abb7d19829efa0209cb67faf01011d9c841c5"
S = "${WORKDIR}/git"

inherit setuptools3

DEPENDS += "\
        python-pbr \
        "

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

RDEPENDS:${PN} += " \
        python-pbr \
        python-six \
        python-babel \
        python-cliff \
        python-keystoneauth1 \
        python-openstacksdk \
        python-osc-lib \
        python-oslo.i18n \
        python-oslo.utils \
        python-glanceclient \
        python-keystoneclient \
        python-novaclient \
        python-cinderclient \
        "