python-webpy: depend on Python 2.x only
authorYegor Yefremov <yegorslists@googlemail.com>
Thu, 4 Dec 2014 21:36:57 +0000 (22:36 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 7 Dec 2014 21:03:39 +0000 (22:03 +0100)
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>
package/python-webpy/Config.in

index 1e90892d22024914d581d4eb5f73b2987fa2cd14..e9a51217fa1227d47cacd0855706a880ab0d98e1 100644 (file)
@@ -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.