From c5b671e40770c0277825a525dcd3b070bf8ee910 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Thu, 3 Jun 2021 10:15:29 +0800 Subject: [PATCH] python-keystoneclient: uprev to 3.21.0 for stx 5.0 * update the branch and SRC_REV Issue-ID: INF-215 Signed-off-by: Jackie Huang Change-Id: I4c8c492a5629b8234d31ef4cb4407eca2f1c9a4c --- .../recipes-devtools/python/python-keystoneclient_git.bbappend | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-keystoneclient_git.bbappend b/meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-keystoneclient_git.bbappend index 1a1e3fc..1638212 100644 --- a/meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-keystoneclient_git.bbappend +++ b/meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-keystoneclient_git.bbappend @@ -1,10 +1,10 @@ SRC_URI = "\ - git://github.com/openstack/python-keystoneclient.git;branch=stable/rocky \ + git://github.com/openstack/python-keystoneclient.git;branch=stable/train \ " -PV = "3.17.0+git${SRCPV}" -SRCREV = "234ea50d5dfa3c6b71c15d32223a2ddf84c1aa1e" +PV = "3.21.0+git${SRCPV}" +SRCREV = "79f150f962a2300f4644ba735b4f28e337035251" DEPENDS += " \ python-pip \ python-pbr \ -- 2.16.6