From: Mingli Yu <[email protected]>

crmsh switches to python3 after crmsh upgrade to
4.20 in the commit[059be42 crmsh: Update to 4.20],
so update the RDEPENDS to fix below error:
 # crm status
 Fatal error:
 No module named 'lxml'

 # crm status
 Fatal error:
 No module named 'parallax'

Signed-off-by: Mingli Yu <[email protected]>
---
 meta-cgl-common/recipes-cgl/crmsh/crmsh_4.20.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-cgl-common/recipes-cgl/crmsh/crmsh_4.20.bb 
b/meta-cgl-common/recipes-cgl/crmsh/crmsh_4.20.bb
index 0eb1e58..add7dba 100644
--- a/meta-cgl-common/recipes-cgl/crmsh/crmsh_4.20.bb
+++ b/meta-cgl-common/recipes-cgl/crmsh/crmsh_4.20.bb
@@ -11,7 +11,7 @@ DEPENDS = "asciidoc-native \
            libxslt-native \
            python-setuptools-native \
            "
-RDEPENDS_${PN} = "pacemaker python-lxml gawk bash"
+RDEPENDS_${PN} = "pacemaker python3-lxml python3-parallax gawk bash"
 
 S = "${WORKDIR}/git"
 SRC_URI = "git://github.com/ClusterLabs/${BPN}.git \
-- 
2.7.4

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#49008): https://lists.yoctoproject.org/g/yocto/message/49008
Mute This Topic: https://lists.yoctoproject.org/mt/72699049/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to