From: Jackie Huang Date: Thu, 3 Jun 2021 02:27:28 +0000 (+0800) Subject: python-openstacksdk: uprev to 0.36.0 for stx 5.0 X-Git-Tag: f-release~53 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=3fa48843ab88c2f58cfbf9b89965067c3c233ba1;p=pti%2Frtp.git python-openstacksdk: uprev to 0.36.0 for stx 5.0 * update the PV and SRCREV * combine two bbappends into one Issue-ID: INF-215 Signed-off-by: Jackie Huang Change-Id: Idbf02e7b7f837c378f7f703cfaef02a1c42ec216 --- diff --git a/meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-openstacksdk_%.bbappend b/meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-openstacksdk_%.bbappend deleted file mode 100644 index 6dc2c16..0000000 --- a/meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-openstacksdk_%.bbappend +++ /dev/null @@ -1,3 +0,0 @@ - -RDEPENDS_${PN}_append = " python-munch" -RDEPENDS_${PN}_append = " python2-os-service-types" diff --git a/meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-openstacksdk_git.bbappend b/meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-openstacksdk_git.bbappend index a4ac33b..5130b8a 100644 --- a/meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-openstacksdk_git.bbappend +++ b/meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-openstacksdk_git.bbappend @@ -1,5 +1,9 @@ -RDEPENDS_${PN} += " bash" -PV = "0.25.0+git${SRCPV}" -SRCREV="9cd0ef2ac5b8cc90df344f69edc8ac68224f292e" +PV = "0.36.0+git${SRCPV}" +SRCREV="8b85e8c954baf550aefad83d8b48955a3c2382ed" +RDEPENDS_${PN} += " \ + bash \ + python-munch \ + python2-os-service-types \ + "