From 211ec629fe383f7101dd7ef52527b4e5840b75bf Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sun, 31 Dec 2023 13:23:25 +0100 Subject: mercurial: ensure setuptools is present as distutils is no longer (mercurial tries both) Signed-off-by: Alexander Kanavin Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/mercurial/mercurial_6.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/mercurial/mercurial_6.5.bb b/meta-oe/recipes-devtools/mercurial/mercurial_6.5.bb index 112df8c1e8..2451a36be2 100644 --- a/meta-oe/recipes-devtools/mercurial/mercurial_6.5.bb +++ b/meta-oe/recipes-devtools/mercurial/mercurial_6.5.bb @@ -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 -- cgit v1.2.3-54-g00ecf