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:
Alex Gonzalez 2019-04-03 12:37:17 +02:00
parent 0fea640371
commit 5d54f67b1a
1 changed files with 1 additions and 1 deletions

View File

@ -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"