Commit 7e671613 authored by Thomas De Schampheleire's avatar Thomas De Schampheleire Committed by Thomas Petazzoni
Browse files

python-bottle: add missing dependency on python

parent 4ec35e76
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PYTHON_BOTTLE
	bool "python-bottle"
	depends on BR2_PACKAGE_PYTHON
	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