[oe-commits] [meta-openembedded] 01/08: openbox: Add python-shell as a runtime dependency

git at git.openembedded.org git at git.openembedded.org
Sun Apr 21 01:08:44 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 1bb7a1a5a5cf1b21536e0c85b478b0bd428ba047
Author: Leon Anavi <leon.anavi at konsulko.com>
AuthorDate: Fri Apr 19 13:26:33 2019 +0300

    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 at konsulko.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb
index f4d21b8..9af3798 100644
--- a/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb
+++ b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list