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

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


commit: https://git.buildroot.net/buildroot/commit/?id=0d01e5eb3d4bc834c16b34e2419648bda1b53c47
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-remi/Config.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/python-remi/Config.in b/package/python-remi/Config.in
index e0c5e9bfe1..da2c2f4cfb 100644
--- a/package/python-remi/Config.in
+++ b/package/python-remi/Config.in
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_PYTHON_REMI
 	bool "python-remi"
-	select BR2_PACKAGE_PYTHON_SSL if BR2_PACKAGE_PYTHON # runtime
-	select BR2_PACKAGE_PYTHON3_SSL if BR2_PACKAGE_PYTHON3 # runtime
+	select BR2_PACKAGE_PYTHON3_SSL # runtime
 	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
 	help
 	  Remi is a GUI library for Python applications which transpiles



More information about the buildroot mailing list