[oe] [meta-oe][PATCH] geis: Add python3-argparse module to RDEPENDS

Fabio Berton fabio.berton at ossystems.com.br
Tue Aug 23 19:15:20 UTC 2016


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>
---
 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 \
-- 
2.1.4




More information about the Openembedded-devel mailing list