From 0355cc9a5536bca32abdb4e9e2842b676d85001e Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Thu, 3 Jun 2021 10:44:30 +0800 Subject: [PATCH] python-aodhclient: uprev to 1.3.0 for stx 5.0 * update the PV and SRCREV * add dependency on python-osprofiler Issue-ID: INF-215 Signed-off-by: Jackie Huang Change-Id: Ib56d54d614865ee30ef28a5bd777fc0cd01cdf92 --- .../meta-stx-integ/recipes-devtools/python/python-aodhclient_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-aodhclient_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-aodhclient_git.bb index 735060d..0e44e42 100644 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-aodhclient_git.bb +++ b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-aodhclient_git.bb @@ -5,11 +5,11 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" -SRCREV = "6d03e61986418a3a95635405ae65ae9f28a5c61e" +SRCREV = "a8651ec642058a17cd7a6b3648d8250450a73efb" SRCNAME = "python-aodhclient" BRANCH = "stable/train" PROTOCOL = "https" -PV = "1.2.0+git${SRCPV}" +PV = "1.3.0+git${SRCPV}" S = "${WORKDIR}/git" SRC_URI = "git://github.com/openstack/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" @@ -36,6 +36,7 @@ RDEPENDS_${PN} += " \ python-six \ python-osc-lib \ python-pyparsing \ + python-osprofiler \ " -- 2.16.6