mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
ef1b5de04c
commit
211ec629fe
|
|
@ -4,7 +4,7 @@ SECTION = "console/utils"
|
|||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
DEPENDS = "python3 python3-native"
|
||||
DEPENDS = "python3 python3-native python3-setuptools-native"
|
||||
RDEPENDS:${PN} = "python3 python3-modules"
|
||||
|
||||
inherit python3native python3targetconfig
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user