aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-openstacksdk_git.bb
blob: 3e52d0e22b3ce18f7c9904e0dbef8897a98c042d (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
DESCRIPTION = "Unified SDK for OpenStack"
HOMEPAGE = "https://github.com/openstack/python-openstacksdk"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"

SRC_URI = " \
        git://github.com/openstack/python-openstacksdk.git;branch=master \
        "

PV = "0.9.19+git${SRCPV}"
SRCREV = "bd60aa4a21676b8901691298eb0786fc231f7bff"
S = "${WORKDIR}/git"

inherit setuptools3

DEPENDS += "\
        python-pbr \
        "

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

RDEPENDS_${PN} += " \
        python-pbr \
        python-jsonpatch \
        python-six \
        python-stevedore \
        python-os-client-config \
        python-keystoneauth1 \
        python-deprecation \
        "