mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
mercurial: ensure setuptools is present as distutils is no longer (mercurial tries both)
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
ef1b5de04c
commit
211ec629fe
@@ -4,7 +4,7 @@ SECTION = "console/utils"
|
|||||||
LICENSE = "GPL-2.0-only"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
DEPENDS = "python3 python3-native"
|
DEPENDS = "python3 python3-native python3-setuptools-native"
|
||||||
RDEPENDS:${PN} = "python3 python3-modules"
|
RDEPENDS:${PN} = "python3 python3-modules"
|
||||||
|
|
||||||
inherit python3native python3targetconfig
|
inherit python3native python3targetconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user