meta-digi-dey: dey-examples-hdp: Remove python3-argparse dependency
With the re-organisation of the python3 packaging, some of the packages have disappeared and are now part of base packages. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
0fea640371
commit
5d54f67b1a
|
|
@ -14,4 +14,4 @@ do_install() {
|
|||
install -m 0755 hdp-test.py ${D}${bindir}
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} = "python3 python3-argparse python3-crypt python3-dbus python3-pygobject"
|
||||
RDEPENDS_${PN} = "python3 python3-crypt python3-dbus python3-pygobject"
|
||||
|
|
|
|||
Loading…
Reference in New Issue