diff options
author | bjs <bjs@pkgsrc.org> | 2008-02-06 07:11:14 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-02-06 07:11:14 +0000 |
commit | 088f17e3d4f806df569606a0ff98da207db14bd3 (patch) | |
tree | da04b6f3604b7996bf58dfefca9a3a4ed2ce8506 /net | |
parent | f5a7e309a8c46e579138e8314f50f189410869af (diff) | |
download | pkgsrc-088f17e3d4f806df569606a0ff98da207db14bd3.tar.gz |
Add patch-aa.
Diffstat (limited to 'net')
-rw-r--r-- | net/py-boto/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/py-boto/patches/patch-aa b/net/py-boto/patches/patch-aa new file mode 100644 index 00000000000..84e5f779dfd --- /dev/null +++ b/net/py-boto/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2008/02/06 07:11:14 bjs Exp $ + +--- setup.py.orig 2007-12-30 12:14:31.000000000 -0500 ++++ setup.py +@@ -37,7 +37,6 @@ setup(name = "boto", + url = "http://code.google.com/p/boto/", + packages = [ 'boto', 'boto.sqs', 'boto.s3', 'boto.ec2', 'boto.sdb', + 'boto.mturk', 'boto.contrib', 'tests'], +- scripts=['test.py'], + license = 'MIT', + platforms = 'Posix; MacOS X; Windows', + classifiers = [ 'Development Status :: 3 - Alpha', |