From ad30a261094c858b2f91a48165e56cd8c38bb1a6 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Tue, 23 Aug 2016 16:15:20 -0300 Subject: [PATCH] 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 Signed-off-by: Martin Jansa --- 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 f71d3248bb..281dc3d422 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 \