Skip to content
Snippets Groups Projects
Verified Commit 4699bd8b authored by Karel Koci's avatar Karel Koci :metal:
Browse files

patches: packages: drop patch that is now in upstream

parent 82e4e0bb
Branches
Tags
1 merge request!123Turris OS 5.0 (HBK)
From 986537edb8105b0a36be21bf223175f429d8bc69 Mon Sep 17 00:00:00 2001
From: Stepan Henek <stepan.henek@nic.cz>
Date: Wed, 5 Dec 2018 13:57:08 +0100
Subject: [PATCH] python3-bottle: use Py3Package for installation
---
lang/python/python3-bottle/Makefile | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/lang/python/python3-bottle/Makefile b/lang/python/python3-bottle/Makefile
index 804a6de03..b714a0efd 100644
--- a/lang/python/python3-bottle/Makefile
+++ b/lang/python/python3-bottle/Makefile
@@ -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
+ VARIANT:=python3
endef
define Package/python3-bottle/description
@@ -38,15 +38,7 @@ define Package/python3-bottle/description
Python Standard Library.
endef
-define Build/Configure
-endef
-
-define Build/Compile
-endef
-
-define Package/python3-bottle/install
- $(INSTALL_DIR) $(1)$(PYTHON3_PKG_DIR)
- $(CP) $(PKG_BUILD_DIR)/bottle.py $(1)$(PYTHON3_PKG_DIR)
-endef
+$(eval $(call Py3Package,python3-bottle))
$(eval $(call BuildPackage,python3-bottle))
+$(eval $(call BuildPackage,python3-bottle-src))
--
2.19.1
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