mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
committed by
Khem Raj
parent
8ae0b846ca
commit
8f8ff99bc0
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user