All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-cloud-services][PATCH] python3-heat-cfntools: fix typo
@ 2022-06-08  6:41 Yi Zhao
  2022-06-28  3:41 ` [meta-virtualization] " Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Yi Zhao @ 2022-06-08  6:41 UTC (permalink / raw)
  To: meta-virtualization

Fix typo:
RDPENDS_${PN} -> RDEPENDS:${PN}

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 .../recipes-devtools/python/python3-heat-cfntools_1.4.2.bb      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb b/meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb
index 8439daa..a6dee5c 100644
--- a/meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb
+++ b/meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb
@@ -18,6 +18,6 @@ DEPENDS += " \
         python3-pbr-native \
         "
 
-RDPENDS_${PN} += "\
+RDEPENDS:${PN} += "\
     python3-pbr \
     "
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-28  3:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-08  6:41 [meta-cloud-services][PATCH] python3-heat-cfntools: fix typo Yi Zhao
2022-06-28  3:41 ` [meta-virtualization] " Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.