From 55d84aa4bdfecd8453b16f5693f36e383b955b10 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 27 Dec 2025 15:23:19 +0100 Subject: [PATCH] Revert "package/libselinux: host-python3 needs SSL support" This reverts commit fd991649d39c143fa60419691d01ffb816b39bf0, which isn't the correct fix: indeed, host-libselinux can be built without BR2_PACKAGE_PYTHON3 being enabled. And also having to use the network during the build is anyway not correct. A follow-up commit will fix this issue in a proper way. Signed-off-by: Thomas Petazzoni --- package/libselinux/Config.in | 1 - 1 file changed, 1 deletion(-) diff --git a/package/libselinux/Config.in b/package/libselinux/Config.in index db5694e7bd..bc40e32a46 100644 --- a/package/libselinux/Config.in +++ b/package/libselinux/Config.in @@ -7,7 +7,6 @@ config BR2_PACKAGE_LIBSELINUX select BR2_PACKAGE_PCRE2 select BR2_PACKAGE_MUSL_FTS if !BR2_TOOLCHAIN_USES_GLIBC select BR2_PACKAGE_PYTHON_SETUPTOOLS if BR2_PACKAGE_PYTHON3 - select BR2_PACKAGE_HOST_PYTHON3_SSL if BR2_PACKAGE_PYTHON3 help libselinux is the runtime SELinux library that provides interfaces (e.g. library functions for the SELinux kernel