From: Thomas Petazzoni Date: Tue, 18 Feb 2014 20:39:57 +0000 (+0100) Subject: python3: make it exclusive from python X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eebbd2d91935c4a87a51c19c5bd9a37e1f703483;p=buildroot.git python3: make it exclusive from python In Buildroot, we do not support installing both Python 2.x and Python 3.x on the target. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/python3/Config.in b/package/python3/Config.in index 6580cfdc7f..12928f6b06 100644 --- a/package/python3/Config.in +++ b/package/python3/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_PYTHON3 bool "python3" + depends on !BR2_PACKAGE_PYTHON depends on BR2_USE_WCHAR # uses fork() depends on BR2_USE_MMU