wwan-config: Remove deprecated dependency to configparser

configparser is part of python3-core. This packages was providing a
backport for python2

Part of yocto upgrade from dunfell to kirkstone
This commit is contained in:
Alexandre Bard 2022-07-21 09:35:27 +02:00
parent cc897e7021
commit 2752aadba3
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ RDEPENDS:${PN} += " \
python3-pyserial \
libgpiod-python \
python3-setuptools \
python3-configparser \
python3-systemd \
"
DEPENDS = "python3-setuptools-git-version-native"