File: 0001-rename-to-fusepy.patch

package info (click to toggle)
python-fusepy 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 156 kB
  • sloc: python: 997; makefile: 10
file content (19 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Sascha Steinbiss <sascha@steinbiss.name>
Date: Thu, 2 Feb 2017 14:13:38 +0100
Subject: rename to 'fusepy'

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

--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
     maintainer = 'Terence Honles',
     maintainer_email = 'terence@honles.com',
     license = 'ISC',
-    py_modules=['fuse'],
+    py_modules=['fusepy'],
     url = 'http://github.com/fusepy/fusepy',
 
     classifiers = [