aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-mistralclient_4.1.1.bb
blob: dd0eb90998c6480719a49d7780ceffa2876bff83 (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
DESCRIPTION = "Python client for Mistral REST API"
HOMEPAGE = "https://github.com/openstack/python-mistralclient"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"

SRC_URI[sha256sum] = "b03d52ec860df292192a0face767585633e209ba9297fc71da70d42d6a76aebe"

PYPI_PACKAGE = "python-mistralclient"

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

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

RDEPENDS_${PN} +=" \
        python3-cliff \
        python3-pbr \
        python3-keystoneclient \
        python3-pyyaml \
        python3-requests \
	"

inherit setuptools3 pypi