summaryrefslogtreecommitdiff
path: root/package/python-webpy
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2014-12-04 22:36:57 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-07 22:03:39 +0100
commite8885df5a127e4416f1747b055ea8b300256e59c (patch)
tree99c3e932a674331c711b6929bf4af63772c918f9 /package/python-webpy
parent7b5f4ae6888bafdfd73bf5afddf71dbfab9ac473 (diff)
python-webpy: depend on Python 2.x only
webpy is still not ported to Python 3, so enable only for Python 2. Fixes: http://autobuild.buildroot.org/results/e6b/e6bdb8e0ab6daa027a01507861ecde47338a11a8/ [Thomas: add autobuilder reference.] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-webpy')
-rw-r--r--package/python-webpy/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/python-webpy/Config.in b/package/python-webpy/Config.in
index 1e90892d2..e9a51217f 100644
--- a/package/python-webpy/Config.in
+++ b/package/python-webpy/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_PYTHON_WEBPY
bool "python-webpy"
+ depends on BR2_PACKAGE_PYTHON
help
web.py is a web framework for Python that is as simple as it is
powerful.