From 1e7952eb82572975b72653be9b45a5cee215a87e Mon Sep 17 00:00:00 2001 From: Michal Hrusecky <michal.hrusecky@nic.cz> Date: Thu, 6 Dec 2018 09:54:36 +0100 Subject: [PATCH] python3-bottle: Try to fix dependency issue --- .../0001-python3-bottle-use-Py3Package-for-installation.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/packages/to-upstream/0001-python3-bottle-use-Py3Package-for-installation.patch b/patches/packages/to-upstream/0001-python3-bottle-use-Py3Package-for-installation.patch index 27188f1aa..5fb417670 100644 --- a/patches/packages/to-upstream/0001-python3-bottle-use-Py3Package-for-installation.patch +++ b/patches/packages/to-upstream/0001-python3-bottle-use-Py3Package-for-installation.patch @@ -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 -- GitLab