diff options
-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 |