mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
lirc: Add python3 to the run-time dependencies
Add python3 to the run-time dependencies to fix the following issue with lircd-setup: env: can't execute 'python3': No such file or directory Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
4413f4cb70
commit
ed2fc41cf6
|
|
@ -82,7 +82,7 @@ do_install_append() {
|
|||
|
||||
PACKAGES =+ "${PN}-contrib ${PN}-exec ${PN}-plugins ${PN}-python"
|
||||
|
||||
RDEPENDS_${PN} = "bash"
|
||||
RDEPENDS_${PN} = "bash python3"
|
||||
RDEPENDS_${PN}-exec = "${PN}"
|
||||
RDEPENDS_${PN}-python = "python3-shell python3-pyyaml python3-datetime python3-netclient python3-stringold"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user