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

package info (click to toggle)
cffsubr 0.2.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,688 kB
  • sloc: python: 467; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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(-)

--- a/setup.py
+++ b/setup.py
@@ -136,7 +136,7 @@
     package_dir={"": "src"},
     packages=find_packages("src"),
     entry_points={"console_scripts": ["cffsubr = cffsubr.__main__:main"]},
-    ext_modules=[tx],
+    ext_modules=[],
     zip_safe=False,
     cmdclass=cmdclass,
     install_requires=[