greengrass: update packet dependencies

https://onedigi.atlassian.net/browse/DEL-8013

Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
Isaac Hermida 2022-07-12 10:37:30 +02:00
parent 8071290c75
commit a2ed98ef58
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Copyright (C) 2018, 2019, Digi International Inc.
# Copyright (C) 2018-2022, Digi International Inc.
SUMMARY = "AWS IoT Greengrass core"
HOMEPAGE = "https://aws.amazon.com/greengrass/"
@ -138,4 +138,4 @@ USERADD_PARAM:${PN} = "-r -M -N -g ggc_group -s /bin/false ggc_user"
#
INSANE_SKIP:${PN} += "already-stripped ldflags file-rdeps"
RDEPENDS:${PN} += "ca-certificates python-argparse python-json python-numbers sqlite3"
RDEPENDS:${PN} += "ca-certificates python3-core sqlite3"