From a1cd2c6a1a428c9d8a7e28073102016c325664e1 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 17:14:29 +0100
Subject: [PATCH] patches: packages: try to fix python3-twisted patch

---
 .../0012-twisted-add-Python3-variant.patch    | 29 +++++++------------
 1 file changed, 11 insertions(+), 18 deletions(-)

diff --git a/patches/packages/to-upstream/0012-twisted-add-Python3-variant.patch b/patches/packages/to-upstream/0012-twisted-add-Python3-variant.patch
index 1eaa4046f..048d8c079 100644
--- a/patches/packages/to-upstream/0012-twisted-add-Python3-variant.patch
+++ b/patches/packages/to-upstream/0012-twisted-add-Python3-variant.patch
@@ -1,4 +1,4 @@
-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
 +
-- 
GitLab