diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-12-31 13:23:25 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-31 08:27:49 -0800 |
commit | 211ec629fe383f7101dd7ef52527b4e5840b75bf (patch) | |
tree | b4f37109625bc0c101a9aaea139f3b4f6388c3b8 | |
parent | ef1b5de04c66e1076e1d6e3d95b7fd2b4a829f20 (diff) | |
download | meta-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.bb | 2 |
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" | |||
4 | LICENSE = "GPL-2.0-only" | 4 | LICENSE = "GPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
6 | 6 | ||
7 | DEPENDS = "python3 python3-native" | 7 | DEPENDS = "python3 python3-native python3-setuptools-native" |
8 | RDEPENDS:${PN} = "python3 python3-modules" | 8 | RDEPENDS:${PN} = "python3 python3-modules" |
9 | 9 | ||
10 | inherit python3native python3targetconfig | 10 | inherit python3native python3targetconfig |