diff options
| author | Andrey Zhizhikin <andrey.z@gmail.com> | 2020-01-28 19:32:35 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-01-28 12:23:12 -0800 |
| commit | 8f8ff99bc00b2754493991c31039471b69413459 (patch) | |
| tree | 07c1b1e4f91e8da7c8bae7991a4df320b0fd85b1 | |
| parent | 8ae0b846cac3ba0e4500508a1cfa4839cc3f0cf7 (diff) | |
| download | meta-openembedded-8f8ff99bc00b2754493991c31039471b69413459.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-support/dstat/dstat_0.7.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
| 19 | oe_runmake 'DESTDIR=${D}' install | 19 | oe_runmake 'DESTDIR=${D}' install |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | RDEPENDS_${PN} += "python-core python-misc python-resource python-shell python-unixadmin" | 22 | RDEPENDS_${PN} += "python3-core python3-misc python3-resource python3-shell python3-unixadmin" |
