Commit 95e471c4 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

python-bottle: allow to build with Python 3

parent 5aa4f71b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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