From af45a4f46ccc5709e3ff391b417b6768cff5117e Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Sat, 19 Dec 2015 21:42:53 +0100 Subject: python-pyxml: remove obsolete package PyXML is bitrotten and obsolete. You'll find the functionality it previously provided is now included in the Python standard library. So no need to keep this package in Buildroot anymore. Signed-off-by: Yegor Yefremov Acked-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- Config.in.legacy | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Config.in.legacy') diff --git a/Config.in.legacy b/Config.in.legacy index 5d45d04c09..2e6062cb42 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -145,6 +145,13 @@ endif ############################################################################### comment "Legacy options removed in 2016.02" +config BR2_PACKAGE_PYTHON_PYXML + bool "python-pyxml package has been removed" + select BR2_LEGACY + help + PyXML is obsolete and its functionality is covered either via + native Python XML support or python-lxml package. + # BR2_ENABLE_SSP is still referenced in Config.in (default in choice) config BR2_ENABLE_SSP bool "Stack Smashing protection now has different levels" -- cgit v1.2.1