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

patches: packages: try to fix python3-twisted patch

parent b1093e1f
Branches
Tags
1 merge request!123Turris OS 5.0 (HBK)
From de2d71fe47323f20463aa4cf71bdd4dcd47f6241 Mon Sep 17 00:00:00 2001
From 4bd107a7bbaab540da453f6270a2592111b9c695 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <karel.koci@nic.cz>
Date: Tue, 12 Feb 2019 12:48:43 +0100
Subject: [PATCH] twisted: add Python3 variant
......@@ -8,20 +8,13 @@ Content-Transfer-Encoding: 8bit
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
---
lang/python/twisted/Makefile | 31 ++++++++++++++++++++++++++++++-
1 file changed, 30 insertions(+), 1 deletion(-)
lang/python/twisted/Makefile | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/lang/python/twisted/Makefile b/lang/python/twisted/Makefile
index 3b5608d3b..bd9201d46 100644
index 3b5608d3b..2c84db31c 100644
--- a/lang/python/twisted/Makefile
+++ b/lang/python/twisted/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2011, 2015-2018 OpenWrt.org
+# Copyright (C) 2006-2011, 2015-2019 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -24,6 +24,7 @@ PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
include $(INCLUDE_DIR)/package.mk
......@@ -38,13 +31,13 @@ index 3b5608d3b..bd9201d46 100644
+$(call Package/twisted/Default)
+ TITLE:=Python3 networking engine
+ DEPENDS:= \
+ +PACKAGE_twisted:python3-light \
+ +PACKAGE_twisted:python3-attrs \
+ +PACKAGE_twisted:python3-automat \
+ +PACKAGE_twisted:python3-constantly \
+ +PACKAGE_twisted:python3-incremental \
+ +PACKAGE_twisted:python3-hyperlink \
+ +PACKAGE_twisted:python3-zope-interface
+ +PACKAGE_python3-twisted:python3-light \
+ +PACKAGE_python3-twisted:python3-attrs \
+ +PACKAGE_python3-twisted:python3-automat \
+ +PACKAGE_python3-twisted:python3-constantly \
+ +PACKAGE_python3-twisted:python3-incremental \
+ +PACKAGE_python3-twisted:python3-hyperlink \
+ +PACKAGE_python3-twisted:python3-zope-interface
+ 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