Skip to content
Snippets Groups Projects
Verified Commit 1e7952eb authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

python3-bottle: Try to fix dependency issue

parent 5a3b4bf1
Branches
Tags
No related merge requests found
......@@ -11,11 +11,11 @@ diff --git a/lang/python/python3-bottle/Makefile b/lang/python/python3-bottle/Ma
index 804a6de03..b714a0efd 100644
--- a/lang/python/python3-bottle/Makefile
+++ b/lang/python/python3-bottle/Makefile
@@ -29,7 +29,7 @@ define Package/python3-bottle
@@ -29,7 +29,8 @@ define Package/python3-bottle
SUBMENU:=Python
TITLE:=Bottle is a fast, simple and lightweight WSGI micro web-framework for Python
URL:=https://bottlepy.org
- DEPENDS:=+python3
DEPENDS:=+python3
+ VARIANT:=python3
endef
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment