python3: make it exclusive from python
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 18 Feb 2014 20:39:57 +0000 (21:39 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 18 Feb 2014 21:50:17 +0000 (22:50 +0100)
In Buildroot, we do not support installing both Python 2.x and Python
3.x on the target.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/python3/Config.in

index 6580cfdc7f1c6d49f821e0be70a0531df2c9d141..12928f6b0636f01a6bf3fcf0af56cb2b2d504f09 100644 (file)
@@ -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