From 0984e1ca88cec280dfc6a1178d60794b12325da6 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Tue, 27 Sep 2022 19:22:54 -0700 Subject: [PATCH] python-pika: set preferred version to the new one The version 0.10.0 is deprecated and can't be fetch from upstream, so set preferred version to the new one Closes-bug: 1991032 Signed-off-by: Jackie Huang Change-Id: Ib723564ee3547f602a54c65bac979d6f57982181 --- meta-stx-distro/conf/distro/include/stx-preferred-vers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-stx-distro/conf/distro/include/stx-preferred-vers.inc b/meta-stx-distro/conf/distro/include/stx-preferred-vers.inc index 511ff1c..407c3b6 100644 --- a/meta-stx-distro/conf/distro/include/stx-preferred-vers.inc +++ b/meta-stx-distro/conf/distro/include/stx-preferred-vers.inc @@ -10,7 +10,7 @@ PREFERRED_VERSION_drbd-utils = "8.4.3rc1" PREFERRED_VERSION_python-pyyaml = "3.13" PREFERRED_VERSION_python-cmd2 = "0.6.8" PREFERRED_VERSION_python-expect = "4.6.0" -PREFERRED_VERSION_python-pika = "0.10.0%" +PREFERRED_VERSION_python-pika = "1.1.0" PREFERRED_VERSION_python-keyring = "5.3" PREFERRED_VERSION_python-barbican = "8.0.%" PREFERRED_VERSION_python-keystone = "16.0.%"