summaryrefslogtreecommitdiff
path: root/devel/py-boto-devel/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-boto-devel/files/patch-setup.py')
-rw-r--r--devel/py-boto-devel/files/patch-setup.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/py-boto-devel/files/patch-setup.py b/devel/py-boto-devel/files/patch-setup.py
deleted file mode 100644
index 7404371938df..000000000000
--- a/devel/py-boto-devel/files/patch-setup.py
+++ /dev/null
@@ -1,13 +0,0 @@
-# Prevent installation of test.py in PREFIX/bin, which would easily
-# conflict with other software.
---- setup.py.orig Thu Aug 23 19:01:03 2007
-+++ setup.py Thu Aug 23 19:01:22 2007
-@@ -37,7 +37,7 @@
- url = "http://code.google.com/p/boto/",
- packages = [ 'boto', 'boto.sqs', 'boto.s3', 'boto.ec2',
- 'boto.mturk', 'tests'],
-- scripts=['test.py'],
-+ scripts=[],
- license = 'MIT',
- platforms = 'Posix; MacOS X; Windows',
- classifiers = [ 'Development Status :: 3 - Alpha',