From 7d1cdfd8c9b2915d80593097f441f49d57ae7df0 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Mon, 9 Mar 2020 13:58:17 +0100 Subject: [PATCH] wwan-config: Add missing python dependencies BugzID: 61873 --- recipes-connectivity/wwan-config/wwan-config.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/recipes-connectivity/wwan-config/wwan-config.bb b/recipes-connectivity/wwan-config/wwan-config.bb index ed995b8..c284def 100644 --- a/recipes-connectivity/wwan-config/wwan-config.bb +++ b/recipes-connectivity/wwan-config/wwan-config.bb @@ -2,7 +2,12 @@ DESCRIPTION = "WWAN modems configuration tool" LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28" -RDEPENDS_${PN} += "python3-pyserial libgpiod-python" +RDEPENDS_${PN} += " \ + python3-pyserial \ + libgpiod-python \ + python3-setuptools \ + python3-configparser \ + " DEPENDS = "python3-setuptools-git-version-native" inherit gitpkgv systemd