mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
openbox: Add python-shell as a runtime dependency
/usr/libexec/openbox-xdg-autostart imports Python module glob for Unix style pathname pattern expansion. File glob.py is provided by python-shell therefore it has been added to the RDEPENDS of openbox. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
29e17f9c0a
commit
7fc432d0f2
|
|
@ -54,4 +54,4 @@ FILES_${PN}-gnome += " \
|
|||
|
||||
FILES_${PN}-config += "${sysconfdir}"
|
||||
|
||||
RDEPENDS_${PN} += "${PN}-core ${PN}-config ${PN}-theme-clearlooks python pyxdg"
|
||||
RDEPENDS_${PN} += "${PN}-core ${PN}-config ${PN}-theme-clearlooks python python-shell pyxdg"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user