diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-08-23 16:15:20 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-05 13:27:40 +0200 |
commit | ad30a261094c858b2f91a48165e56cd8c38bb1a6 (patch) | |
tree | ffd5c7a716738dd7f2d8c18a0c5826291d7d328d | |
parent | 010d99d5572aacc9a654ee187ca3eccf20f021d2 (diff) | |
download | meta-openembedded-ad30a261094c858b2f91a48165e56cd8c38bb1a6.tar.gz |
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@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 f71d3248b..281dc3d42 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" | |||
29 | 29 | ||
30 | FILES_${PN}-bin = "${bindir}" | 30 | FILES_${PN}-bin = "${bindir}" |
31 | RDEPENDS_${PN}-bin = " \ | 31 | RDEPENDS_${PN}-bin = " \ |
32 | python3-argparse \ | ||
32 | python3-compression \ | 33 | python3-compression \ |
33 | python3-core \ | 34 | python3-core \ |
34 | python3-crypt \ | 35 | python3-crypt \ |