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 <andrey.z@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Andrey Zhizhikin
2020-01-28 19:32:35 +00:00
committed by Khem Raj
parent 8ae0b846ca
commit 8f8ff99bc0
+1 -1
View File
@@ -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"