Package: opencc / 1.1.9+ds1-1

0005-Disable-build-in-setup.py.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Shengjing Zhu <zhsj@debian.org>
Date: Fri, 2 Aug 2024 17:11:08 +0800
Subject: Disable build in setup.py

---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index a4bc500..f32590e 100644
--- a/setup.py
+++ b/setup.py
@@ -62,6 +62,7 @@ def get_long_description():
 
 
 def build_libopencc(output_path):
+    return
     print('building libopencc into %s' % _build_dir)
 
     is_windows = sys.platform == 'win32'