summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-mistralclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-mistralclient_git.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb b/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
new file mode 100644
index 0000000..f721bd3
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
@@ -0,0 +1,27 @@
1DESCRIPTION = "Python client for Mistral REST API"
2HOMEPAGE = "https://github.com/openstack/python-mistralclient"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6
7DEPENDS += " \
8 python-pip \
9 python-pbr \
10 "
11
12RDEPENDS_${PN} +=" \
13 python-cliff \
14 python-pbr \
15 python-keystoneclient \
16 python-pyyaml \
17 python-requests \
18 "
19
20SRCNAME = "mistralclient"
21SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master"
22
23PV = "1.1.0+git${SRCPV}"
24SRCREV = "48e2780ee0148efc186c8972ca22e572fa2433c5"
25S = "${WORKDIR}/git"
26
27inherit setuptools