aboutsummaryrefslogtreecommitdiff
path: root/devel/py-twisted/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-twisted/files/patch-setup.py')
-rw-r--r--devel/py-twisted/files/patch-setup.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/py-twisted/files/patch-setup.py b/devel/py-twisted/files/patch-setup.py
deleted file mode 100644
index 6f99eb272a6b..000000000000
--- a/devel/py-twisted/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig Wed Sep 25 20:00:05 2002
-+++ setup.py Mon Sep 30 11:13:52 2002
-@@ -311,7 +311,7 @@
- if os.name == 'posix':
- setup_args['scripts'] = [
- 'bin/manhole', 'bin/mktap', 'bin/twistd',
-- 'bin/im', 'bin/t-im', 'bin/tap2deb',
-+ 'bin/im', 'bin/t-im',
- 'bin/coil', 'bin/tapconvert',
- ]
- else: