[oe-commits] [meta-openembedded] 40/80: geis: Add python3-argparse module to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Wed Aug 31 17:08:59 UTC 2016


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

commit 4da67256047914d6626ff0019f8f3b79bfece44d
Author: Fabio Berton <fabio.berton at ossystems.com.br>
AuthorDate: Tue Aug 23 16:15:20 2016 -0300

    geis: Add python3-argparse module to RDEPENDS
    
    Python module argparse was removed from python3-misc package, so we
    need to add new python3-argparse package to RDEPENDS.
    
    Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb
index f71d324..281dc3d 100644
--- a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb
+++ b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb
@@ -29,6 +29,7 @@ EXTRA_OECONF = "--disable-integration-tests"
 
 FILES_${PN}-bin = "${bindir}"
 RDEPENDS_${PN}-bin = " \
+    python3-argparse \
     python3-compression \
     python3-core \
     python3-crypt \

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


More information about the Openembedded-commits mailing list