File: 0002-disable-building-tx-binary.patch

package info (click to toggle)
cffsubr 0.2.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,684 kB
  • sloc: python: 470; makefile: 6
file content (21 lines) | stat: -rw-r--r-- 540 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: =?utf-8?b?IllhbyBXZWkgKOmtj+mKmOW7tyki?= <mwei@debian.org>
Date: Wed, 23 Sep 2020 22:53:39 +0800
Subject: disable building tx binary

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

diff --git a/setup.py b/setup.py
index 6b2959c..1e54f20 100755
--- a/setup.py
+++ b/setup.py
@@ -135,7 +135,7 @@ setup(
     platforms=["posix", "nt"],
     package_dir={"": "src"},
     packages=find_packages("src"),
-    ext_modules=[tx],
+    ext_modules=[],
     zip_safe=False,
     cmdclass=cmdclass,
     install_requires=[