From 1f48def23d79e0a52d73a0d106ca78aedc3d42be Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Thu, 3 Jun 2021 15:17:52 +0800 Subject: [PATCH] python-openstackclient: uprev to 4.0.0 for stx 5.0 * update the PV and SRCREV Issue-ID: INF-215 Signed-off-by: Jackie Huang Change-Id: I16675251d6333a43242420a2608c01aa94db8eeb --- .../recipes-devtools/python/python-openstackclient_git.bbappend | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-openstackclient_git.bbappend b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-openstackclient_git.bbappend index 3b2c070..a79759d 100644 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-openstackclient_git.bbappend +++ b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-openstackclient_git.bbappend @@ -1,8 +1,8 @@ -PV = "3.19.0+git${SRCPV}" -SRCREV = "83359fbe4fd7e5850abd45a467bf197c284519b1" +PV = "4.0.0+git${SRCPV}" +SRCREV = "aa64eb6b0acc6e049c81fd856b75cda2f905c84c" SRC_URI = " \ - git://github.com/openstack/python-openstackclient.git;branch=stable/stein \ + git://github.com/openstack/python-openstackclient.git;branch=stable/train \ " -- 2.16.6