diff options
Diffstat (limited to 'package/sepolgen')
-rw-r--r-- | package/sepolgen/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sepolgen/Config.in b/package/sepolgen/Config.in index 36718163c8..8dd90388c8 100644 --- a/package/sepolgen/Config.in +++ b/package/sepolgen/Config.in @@ -1,10 +1,10 @@ config BR2_PACKAGE_SEPOLGEN bool "sepolgen" - select BR2_PACKAGE_PYTHON3 if !BR2_PACKAGE_PYTHON depends on BR2_USE_WCHAR # python3 depends on BR2_USE_MMU # python3 depends on BR2_TOOLCHAIN_HAS_THREADS # python3 depends on !BR2_STATIC_LIBS # python3 + select BR2_PACKAGE_PYTHON3 if !BR2_PACKAGE_PYTHON help This package contains a Python module that forms the core of the modern audit2allow (which is a part of the package |