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

patches: packages: hopefully last twisted fix

parent a1cd2c6a
Branches
Tags
1 merge request!123Turris OS 5.0 (HBK)
From 4bd107a7bbaab540da453f6270a2592111b9c695 Mon Sep 17 00:00:00 2001
From 045e76c8e9e6c2514278cf73eed25dcf34a73c1a 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,11 +8,11 @@ Content-Transfer-Encoding: 8bit
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
---
lang/python/twisted/Makefile | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
lang/python/twisted/Makefile | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/lang/python/twisted/Makefile b/lang/python/twisted/Makefile
index 3b5608d3b..2c84db31c 100644
index 3b5608d3b..16e3ff7c1 100644
--- a/lang/python/twisted/Makefile
+++ b/lang/python/twisted/Makefile
@@ -24,6 +24,7 @@ PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
......@@ -23,7 +23,7 @@ index 3b5608d3b..2c84db31c 100644
PKG_UNPACK:=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xjf $(DL_DIR)/$(PKG_SOURCE)
@@ -48,18 +49,46 @@ $(call Package/twisted/Default)
@@ -48,18 +49,48 @@ $(call Package/twisted/Default)
VARIANT:=python
endef
......@@ -60,7 +60,9 @@ index 3b5608d3b..2c84db31c 100644
endef
+define Py3Package/python3-twisted/filespec
+$(call PyPackage/twisted/filespec)
++|/usr/bin
++|$(PYTHON3_PKG_DIR)
+-|$(PYTHON3_PKG_DIR)/twisted/conch/scripts/tkconch.py
+endef
+
$(eval $(call PyPackage,twisted))
......
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