aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-manilaclient_git.bb
blob: a64c4d4b7f2680af6c62622eb1d10b883c9527d8 (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 = "Python bindings to the OpenStack Manila API"
HOMEPAGE = "https://github.com/openstack/python-manilaclient"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=9edbbf5857ab51214ef0e8b79069bb07"

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

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

RDEPENDS_${PN} +=" \
        python-pbr \
        python-iso8601 \
        python-oslo.config \
        python-oslo.log \
        python-oslo.serialization \
        python-oslo.utils \
        python-prettytable \
        python-pycrypto \
        python-requests \
        python-simplejson \
        python-babel \
        python-six \
        python-keystoneclient \
	"

SRCNAME = "manilaclient"
SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master"

PV = "1.28.0+git${SRCPV}"
SRCREV = "3e3dfb1d5a401fb0e0003c6fab0a41bd3479b7c8"
S = "${WORKDIR}/git"

inherit setuptools rmargparse