Commit e8885df5 authored by Yegor Yefremov's avatar Yegor Yefremov Committed by Thomas Petazzoni
Browse files

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: default avatarYegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 7b5f4ae6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
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.