From: Thomas De Schampheleire Date: Wed, 25 Dec 2013 09:29:56 +0000 (+0100) Subject: python-bottle: add missing dependency on python X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e6716137f7e05bb60bd52928a43587d198ddc78;p=buildroot.git python-bottle: add missing dependency on python Signed-off-by: Thomas De Schampheleire Signed-off-by: Thomas Petazzoni --- diff --git a/package/python-bottle/Config.in b/package/python-bottle/Config.in index f9b60ca724..07f490c29b 100644 --- a/package/python-bottle/Config.in +++ b/package/python-bottle/Config.in @@ -1,5 +1,6 @@ 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