wwan-config: Add missing python dependencies

BugzID: 61873
This commit is contained in:
Alexandre Bard 2020-03-09 13:58:17 +01:00
parent 5cb9641ba9
commit 7d1cdfd8c9
1 changed files with 6 additions and 1 deletions

View File

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