Date
1 - 2 of 2
[meta-cloud-services][PATCH] python3-heat-cfntools: fix typo
Yi Zhao
Fix typo:
RDPENDS_${PN} -> RDEPENDS:${PN} Signed-off-by: Yi Zhao <yi.zhao@...> --- .../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 |
|
Bruce Ashfield
merged.
toggle quoted message
Show quoted text
Bruce In message: [meta-virtualization] [meta-cloud-services][PATCH] python3-heat-cfntools: fix typo on 08/06/2022 Yi Zhao wrote: Fix typo: |
|