From 2752aadba3d51f42d6f6f1e615229f04974d37b2 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Thu, 21 Jul 2022 09:35:27 +0200 Subject: [PATCH] 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 --- recipes-connectivity/wwan-config/wwan-config.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-connectivity/wwan-config/wwan-config.bb b/recipes-connectivity/wwan-config/wwan-config.bb index 13e5af7..5e74bda 100644 --- a/recipes-connectivity/wwan-config/wwan-config.bb +++ b/recipes-connectivity/wwan-config/wwan-config.bb @@ -6,7 +6,6 @@ RDEPENDS:${PN} += " \ python3-pyserial \ libgpiod-python \ python3-setuptools \ - python3-configparser \ python3-systemd \ " DEPENDS = "python3-setuptools-git-version-native"