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

git at git.openembedded.org git at git.openembedded.org
Thu Sep 1 12:14:25 UTC 2016


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

commit 9beff8a5a837346b77f248a5ec67bf44b225560d
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