package/selinux-python: drop reference to python2
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
f26bd4e919
commit
96cda325b1
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_SELINUX_PYTHON
|
||||
bool "selinux-python"
|
||||
depends on !BR2_PACKAGE_PYTHON
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_USE_WCHAR
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
@ -46,10 +45,6 @@ comment "sepolgen needs a toolchain w/ gcc 5"
|
||||
|
||||
endif
|
||||
|
||||
comment "selinux-python needs python3"
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
|
||||
comment "selinux-python packages needs a toolchain w/ wchar, threads, dynamic library"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||
|
Loading…
Reference in New Issue
Block a user