From 0cffcd09a44b2a58452a5bb13714bfc47d6546bf Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 31 Jul 2021 23:31:13 -0400 Subject: global: overrides conversion Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-heatclient_git.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-heatclient_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb index e0927f3..db6fd60 100644 --- a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb @@ -14,7 +14,7 @@ DEPENDS += " \ python-pbr-native \ " -RDEPENDS_${PN} +="python-cliff \ +RDEPENDS:${PN} +="python-cliff \ python-httplib2 \ python-iso8601 \ python-prettytable \ @@ -39,15 +39,15 @@ inherit setuptools3 PACKAGECONFIG ?= "bash-completion" PACKAGECONFIG[bash-completion] = ",,bash-completion,bash-completion ${BPN}-bash-completion" -do_install_append() { +do_install:append() { install -d ${D}/${sysconfdir}/bash_completion.d install -m 664 ${S}/tools/heat.bash_completion ${D}/${sysconfdir}/bash_completion.d } PACKAGES =+ "${SRCNAME}-tests ${BPN}-bash-completion" -FILES_${BPN}-bash-completion = "${sysconfdir}/bash_completion.d/*" -ALLOW_EMPTY_${SRCNAME}-tests = "1" +FILES:${BPN}-bash-completion = "${sysconfdir}/bash_completion.d/*" +ALLOW_EMPTY:${SRCNAME}-tests = "1" -RDEPENDS_${SRCNAME}-tests += "python-testscenarios \ +RDEPENDS:${SRCNAME}-tests += "python-testscenarios \ python-mox3 \ " -- cgit v1.2.3-54-g00ecf