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.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb b/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
deleted file mode 100644
index c9002e9..0000000
--- a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
+++ /dev/null
@@ -1,32 +0,0 @@
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
12# Satisfy setup.py 'setup_requires'
13DEPENDS += " \
14 python-pbr-native \
15 "
16
17RDEPENDS_${PN} +=" \
18 python-cliff \
19 python-pbr \
20 python-keystoneclient \
21 python-pyyaml \
22 python-requests \
23 "
24
25SRCNAME = "mistralclient"
26SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master"
27
28PV = "1.1.0+git${SRCPV}"
29SRCREV = "48e2780ee0148efc186c8972ca22e572fa2433c5"
30S = "${WORKDIR}/git"
31
32inherit setuptools3