python-bottle: add missing dependency on python
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Wed, 25 Dec 2013 09:29:56 +0000 (10:29 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 25 Dec 2013 11:29:10 +0000 (12:29 +0100)
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python-bottle/Config.in

index f9b60ca724c738a9844dd5b73248c525d349b170..07f490c29b86eac2f5669c0b119321c8d1eb48d8 100644 (file)
@@ -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