From: Thomas Petazzoni Date: Tue, 18 Feb 2014 20:40:09 +0000 (+0100) Subject: python-bottle: allow to build with Python 3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=95e471c4d0376efef0f4667a4876d618679d0d5e;p=buildroot.git python-bottle: allow to build with Python 3 Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/python-bottle/Config.in b/package/python-bottle/Config.in index 07f490c29b..7b13c1d673 100644 --- a/package/python-bottle/Config.in +++ b/package/python-bottle/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_PYTHON_BOTTLE bool "python-bottle" - depends on BR2_PACKAGE_PYTHON + depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3 help Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no