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:
parent
cc897e7021
commit
2752aadba3
|
|
@ -6,7 +6,6 @@ RDEPENDS:${PN} += " \
|
|||
python3-pyserial \
|
||||
libgpiod-python \
|
||||
python3-setuptools \
|
||||
python3-configparser \
|
||||
python3-systemd \
|
||||
"
|
||||
DEPENDS = "python3-setuptools-git-version-native"
|
||||
|
|
|
|||
Loading…
Reference in New Issue