summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-12-31 13:23:25 +0100
committerKhem Raj <raj.khem@gmail.com>2023-12-31 08:27:49 -0800
commit211ec629fe383f7101dd7ef52527b4e5840b75bf (patch)
treeb4f37109625bc0c101a9aaea139f3b4f6388c3b8
parentef1b5de04c66e1076e1d6e3d95b7fd2b4a829f20 (diff)
downloadmeta-openembedded-211ec629fe383f7101dd7ef52527b4e5840b75bf.tar.gz
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>
-rw-r--r--meta-oe/recipes-devtools/mercurial/mercurial_6.5.bb2
1 files changed, 1 insertions, 1 deletions
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"
4LICENSE = "GPL-2.0-only" 4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6 6
7DEPENDS = "python3 python3-native" 7DEPENDS = "python3 python3-native python3-setuptools-native"
8RDEPENDS:${PN} = "python3 python3-modules" 8RDEPENDS:${PN} = "python3 python3-modules"
9 9
10inherit python3native python3targetconfig 10inherit python3native python3targetconfig