[meta-virtualization] [m-c-s][PATCH 1/6] python-zaqarclient: uprev to the latest stable/pike

Mark Asselstine mark.asselstine at windriver.com
Wed Nov 22 10:28:07 PST 2017


Needed uprev and avoids a deprecation warning when running
openstackclient.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 .../recipes-devtools/python/python-zaqarclient_git.bb       | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb b/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb
index 5e11803..b76f2e8 100644
--- a/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb
@@ -16,14 +16,17 @@ RDEPENDS_${PN} +=" \
         python-stevedore \
         python-jsonschema \
         python-oslo.i18n \
-        python-keystoneclient \
+        python-oslo.log \
+        python-oslo.utils \
+        python-keystoneauth1 \
+        python-osc-lib \
 	"
-
+	
 SRCNAME = "zaqarclient"
-SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master"
+SRC_URI = "git://github.com/openstack/${BPN}.git;branch=stable/pike"
 
-PV = "0.2.0+git${SRCPV}"
-SRCREV = "c1a0ea98b6f0aad5764ce197172b41d3efc1e485"
+PV = "0.7.0+git${SRCPV}"
+SRCREV = "a1c2de74c56c6ddb11dc6aec78e8c438629ca8e8"
 S = "${WORKDIR}/git"
 
 inherit setuptools
-- 
2.7.4



More information about the meta-virtualization mailing list