From 8f8ff99bc00b2754493991c31039471b69413459 Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Tue, 28 Jan 2020 19:32:35 +0000 Subject: [PATCH] dstat: update recipe to use python3 Update recipe to target python3 since python2 is EOL and has been dropped from OE-Core. Signed-off-by: Andrey Zhizhikin Signed-off-by: Khem Raj --- meta-oe/recipes-support/dstat/dstat_0.7.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/dstat/dstat_0.7.4.bb b/meta-oe/recipes-support/dstat/dstat_0.7.4.bb index 8eb7157405..2e37dd72eb 100644 --- a/meta-oe/recipes-support/dstat/dstat_0.7.4.bb +++ b/meta-oe/recipes-support/dstat/dstat_0.7.4.bb @@ -19,4 +19,4 @@ do_install() { oe_runmake 'DESTDIR=${D}' install } -RDEPENDS_${PN} += "python-core python-misc python-resource python-shell python-unixadmin" +RDEPENDS_${PN} += "python3-core python3-misc python3-resource python3-shell python3-unixadmin"