[Buildroot] [git commit] package/python-dicttoxml: drop python2 support

Yann E. MORIN yann.morin.1998 at free.fr
Wed Feb 9 21:09:01 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=25fe06d41df4fd240eceb361e54828eafe8b22ea
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/python-dicttoxml/Config.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/python-dicttoxml/Config.in b/package/python-dicttoxml/Config.in
index e38a5f7909..145887eddc 100644
--- a/package/python-dicttoxml/Config.in
+++ b/package/python-dicttoxml/Config.in
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_PYTHON_DICTTOXML
 	bool "python-dicttoxml"
-	select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON
-	select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3
+	select BR2_PACKAGE_PYTHON3_PYEXPAT
 	help
 	  Converts a Python dictionary or other native data type into
 	  a valid XML string.



More information about the buildroot mailing list