File: 0001-setup.py-Comment-out-unused-pysigset.patch

package info (click to toggle)
voltron 0.1.7%2Bgit20200109-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 680 kB
  • sloc: python: 5,704; sh: 252; javascript: 118; ansic: 49; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Boyuan Yang <byang@debian.org>
Date: Wed, 26 Feb 2020 00:54:32 -0500
Subject: setup.py: Comment out unused pysigset

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

diff --git a/setup.py b/setup.py
index 2d83fb5..7209e8a 100755
--- a/setup.py
+++ b/setup.py
@@ -63,7 +63,7 @@ requirements = [
     'requests',
     'requests_unixsocket',
     'six',
-    'pysigset',
+#    'pysigset',
     'pygments',
 ]
 if sys.platform == 'win32':