python-aodhclient: uprev to 1.3.0 for stx 5.0 88/8288/1
authorJackie Huang <jackie.huang@windriver.com>
Thu, 3 Jun 2021 02:44:30 +0000 (10:44 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Mon, 16 May 2022 10:12:11 +0000 (18:12 +0800)
* update the PV and SRCREV
* add dependency on python-osprofiler

Issue-ID: INF-215

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ib56d54d614865ee30ef28a5bd777fc0cd01cdf92

meta-starlingx/meta-stx-integ/recipes-devtools/python/python-aodhclient_git.bb

index 735060d..0e44e42 100644 (file)
@@ -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 \
        "