From e745db9f99adecaa0db3122556f046fdb5ae4a87 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Mon, 4 Jan 2021 16:28:01 +0100 Subject: [PATCH] battery-test: Fix python dependency With dunfell release, python tools must explicitly depend on python3-core. BugzID: 69636 --- recipes-core/battery-test/battery-test_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/battery-test/battery-test_git.bb b/recipes-core/battery-test/battery-test_git.bb index 3c43c49..e40a35e 100644 --- a/recipes-core/battery-test/battery-test_git.bb +++ b/recipes-core/battery-test/battery-test_git.bb @@ -6,7 +6,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" PR = "r0" -RDEPENDS_${PN} = "python3-smbus" +RDEPENDS_${PN} = "python3-core python3-smbus" SRC_URI = "git://git.netmodule.intranet/nm-tools/smart-battery.git;protocol=ssh;user=gitea;branch=master "