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 <jackie.huang@windriver.com>
Change-Id: Ib723564ee3547f602a54c65bac979d6f57982181
This commit is contained in:
Jackie Huang 2022-09-27 19:22:54 -07:00 committed by Jackie_Huang
parent b48d6097a4
commit 0984e1ca88

View File

@ -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.%"