From 5d54f67b1ae799bd7b38972243d01a1fe7a04829 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Wed, 3 Apr 2019 12:37:17 +0200 Subject: [PATCH] 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 --- meta-digi-dey/recipes-digi/dey-examples/dey-examples-hdp.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-digi/dey-examples/dey-examples-hdp.bb b/meta-digi-dey/recipes-digi/dey-examples/dey-examples-hdp.bb index 4df25e0e1..e2b013939 100644 --- a/meta-digi-dey/recipes-digi/dey-examples/dey-examples-hdp.bb +++ b/meta-digi-dey/recipes-digi/dey-examples/dey-examples-hdp.bb @@ -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"