summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-10 14:46:01 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-10 15:23:24 +0200
commit401c1f9b0ca6246d4288e568db03cc0898299ade (patch)
tree72f025cbf8fe1dc346ef268fbe52a0eee09635f9
parent7dab144cbbe9e825efa1d4aa783ec6f240598799 (diff)
downloadmeta-cloud-services-401c1f9b0ca6246d4288e568db03cc0898299ade.tar.gz
python-mistralclient: Uprev to v2.1.2
This is used by latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-mistralclient_git.bb11
1 files changed, 7 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb b/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
index f721bd3..d05391b 100644
--- a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
@@ -11,17 +11,20 @@ DEPENDS += " \
11 11
12RDEPENDS_${PN} +=" \ 12RDEPENDS_${PN} +=" \
13 python-cliff \ 13 python-cliff \
14 python-pbr \
15 python-keystoneclient \ 14 python-keystoneclient \
15 python-osc-lib \
16 python-oslo.utils \
17 python-pbr \
16 python-pyyaml \ 18 python-pyyaml \
17 python-requests \ 19 python-requests \
20 python-six \
18 " 21 "
19 22
20SRCNAME = "mistralclient" 23SRCNAME = "mistralclient"
21SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" 24SRC_URI = "git://github.com/openstack/${BPN}.git;branch=stable/newton"
22 25
23PV = "1.1.0+git${SRCPV}" 26PV = "2.1.2+git${SRCPV}"
24SRCREV = "48e2780ee0148efc186c8972ca22e572fa2433c5" 27SRCREV = "1dcfc2c096a4610d63611bfd7d98687f3e5e2da4"
25S = "${WORKDIR}/git" 28S = "${WORKDIR}/git"
26 29
27inherit setuptools 30inherit setuptools