From 6ac94e2b63e409402d8fb4627427c10df0e050ab Mon Sep 17 00:00:00 2001 From: Lei YU Date: Fri, 6 Mar 2020 10:26:57 +0800 Subject: phosphor-power: use python3 The python scripts in this repo supports both python2 and python3. Use python3 now since python2 is EOL. Tested: Verify the recipe builds fine with sdbusplus python2 or python3. (From meta-phosphor rev: 404e16319c6f9afae5a055c570e24e1a8cfa6e05) Signed-off-by: Lei YU Change-Id: Ic63d65a4ad40db646baa2eab92941dfde850ffe1 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb') diff --git a/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb b/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb index 0a9c709d9..1102b574c 100644 --- a/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb +++ b/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb @@ -7,7 +7,7 @@ PV = "1.0+git${SRCPV}" inherit meson inherit pkgconfig inherit systemd -inherit pythonnative +inherit python3native require ${PN}.inc -- cgit v1.2.3