diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-02-18 21:40:09 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-19 09:00:42 +0100 |
commit | 95e471c4d0376efef0f4667a4876d618679d0d5e (patch) | |
tree | 08baf5fac298cc562eb2599c63913f64210b2f3b /package/python-bottle/Config.in | |
parent | 5aa4f71b51a3713d765b0e430fc34abecd0bea93 (diff) |
python-bottle: allow to build with Python 3
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-bottle/Config.in')
-rw-r--r-- | package/python-bottle/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-bottle/Config.in b/package/python-bottle/Config.in index 07f490c29..7b13c1d67 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 |