wwan-config: Add missing python dependencies
BugzID: 61873
This commit is contained in:
parent
5cb9641ba9
commit
7d1cdfd8c9
|
|
@ -2,7 +2,12 @@ DESCRIPTION = "WWAN modems configuration tool"
|
||||||
LICENSE = "Proprietary"
|
LICENSE = "Proprietary"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28"
|
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"
|
DEPENDS = "python3-setuptools-git-version-native"
|
||||||
|
|
||||||
inherit gitpkgv systemd
|
inherit gitpkgv systemd
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue