Current version of crmsh uses python3-setuptools, which is from setuptools3.bbclass. So we can safely remove this python2 dependency.
Signed-off-by: Chen Qi <[email protected]> --- meta-cgl-common/recipes-cgl/crmsh/crmsh_4.20.bb | 1 - 1 file changed, 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 add7dba..830802d 100644 --- a/meta-cgl-common/recipes-cgl/crmsh/crmsh_4.20.bb +++ b/meta-cgl-common/recipes-cgl/crmsh/crmsh_4.20.bb @@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" DEPENDS = "asciidoc-native \ docbook-xsl-stylesheets-native \ libxslt-native \ - python-setuptools-native \ " RDEPENDS_${PN} = "pacemaker python3-lxml python3-parallax gawk bash" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#50791): https://lists.yoctoproject.org/g/yocto/message/50791 Mute This Topic: https://lists.yoctoproject.org/mt/77050119/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
