mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
010d99d557
commit
ad30a26109
@@ -29,6 +29,7 @@ EXTRA_OECONF = "--disable-integration-tests"
|
|||||||
|
|
||||||
FILES_${PN}-bin = "${bindir}"
|
FILES_${PN}-bin = "${bindir}"
|
||||||
RDEPENDS_${PN}-bin = " \
|
RDEPENDS_${PN}-bin = " \
|
||||||
|
python3-argparse \
|
||||||
python3-compression \
|
python3-compression \
|
||||||
python3-core \
|
python3-core \
|
||||||
python3-crypt \
|
python3-crypt \
|
||||||
|
|||||||
Reference in New Issue
Block a user