[Buildroot] [PATCH] python-bottle: add missing dependency on python

Thomas De Schampheleire patrickdepinguin at gmail.com
Wed Dec 25 09:29:56 UTC 2013


Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>

---
 package/python-bottle/Config.in |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/python-bottle/Config.in b/package/python-bottle/Config.in
--- 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


More information about the buildroot mailing list