diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2022-06-08 14:41:17 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-06-27 23:40:36 -0400 |
| commit | 05f4d675c0fa8e4411f33b8c39b83656c2682f97 (patch) | |
| tree | 0b08885d00f803199b15668cacefc04ae3005acd /meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb | |
| parent | 187aa4442ae25cb19c769412c483423ef220f6b7 (diff) | |
| download | meta-cloud-services-05f4d675c0fa8e4411f33b8c39b83656c2682f97.tar.gz | |
python3-heat-cfntools: fix typo
Fix typo:
RDPENDS_${PN} -> RDEPENDS:${PN}
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 += " \ | |||
| 18 | python3-pbr-native \ | 18 | python3-pbr-native \ |
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | RDPENDS_${PN} += "\ | 21 | RDEPENDS:${PN} += "\ |
| 22 | python3-pbr \ | 22 | python3-pbr \ |
| 23 | " | 23 | " |
