summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2013-12-25 10:29:56 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-12-25 12:29:10 +0100
commit7e6716137f7e05bb60bd52928a43587d198ddc78 (patch)
tree4ea93355bf8a806a44a470a6bd43be18f9145dcd
parent4ec35e76b8a31810a0b8955a6dee787cefa013bc (diff)
python-bottle: add missing dependency on python
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/python-bottle/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/python-bottle/Config.in b/package/python-bottle/Config.in
index f9b60ca72..07f490c29 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