From: Peter Korsgaard Date: Mon, 8 Feb 2021 13:24:11 +0000 (+0100) Subject: package/python: clarify that this refers to the deprecated 2.7 series X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c699ad14744423011793a62d9401da4a48ce7c0d;p=buildroot.git package/python: clarify that this refers to the deprecated 2.7 series Python 2.7 is EOL, so people should use the python3 package instead if possible. Make it a bit more obvious that 'python' is not the right package to use by explicitly mentioning that this is about python 2.7 and that it is deprecated. Signed-off-by: Peter Korsgaard Reviewed-by: Peter Seiderer Signed-off-by: Peter Korsgaard --- diff --git a/package/python/Config.in b/package/python/Config.in index bded00c9e8..ab6950cae8 100644 --- a/package/python/Config.in +++ b/package/python/Config.in @@ -3,7 +3,7 @@ comment "python needs a toolchain w/ wchar, threads, dynamic library" depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS config BR2_PACKAGE_PYTHON - bool "python" + bool "python2.7 (deprecated)" depends on BR2_USE_WCHAR # uses fork() depends on BR2_USE_MMU