diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2012-05-13 09:09:25 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-05-13 09:09:25 -0400 |
commit | df58a6966ae98a47f3ccfd2399daa91593c4fbc6 (patch) | |
tree | b04983f7e7e7863d4f0386bbdb0dcf21468efed2 /python/boto/boto-2.2.2-no-install-tests.patch | |
parent | 5f16d5268af69fcdab8d3e08991502deafd7f431 (diff) | |
download | slackbuilds-df58a6966ae98a47f3ccfd2399daa91593c4fbc6.tar.gz |
python/boto: Added (Interface to Amazon Web Services)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/boto/boto-2.2.2-no-install-tests.patch')
-rw-r--r-- | python/boto/boto-2.2.2-no-install-tests.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/python/boto/boto-2.2.2-no-install-tests.patch b/python/boto/boto-2.2.2-no-install-tests.patch new file mode 100644 index 0000000000..bf9cc3a242 --- /dev/null +++ b/python/boto/boto-2.2.2-no-install-tests.patch @@ -0,0 +1,16 @@ +diff -Naur boto-2.2.2.orig/setup.py boto-2.2.2/setup.py +--- boto-2.2.2.orig/setup.py 2012-02-15 03:17:52.000000000 +0000 ++++ boto-2.2.2/setup.py 2012-05-07 02:23:28.885052767 +0000 +@@ -59,11 +59,7 @@ + "boto.mturk", "boto.mturk.test", "boto.pyami", + "boto.pyami.installers", "boto.pyami.installers.ubuntu", + "boto.mashups", "boto.contrib", "boto.manage", +- "tests", "tests.autoscale", "tests.cloudfront", +- "tests.devpay", "tests.db", "tests.dynamodb", +- "tests.ec2", "tests.ec2.cloudwatch", "tests.ec2.elb", +- "tests.s3", "tests.sdb", "tests.sqs", "tests.sts", +- "tests.utils", "boto.services", "boto.cloudfront", ++ "boto.services", "boto.cloudfront", + "boto.roboto", "boto.rds", "boto.vpc", "boto.fps", + "boto.fps.test", "boto.emr", "boto.emr.tests", "boto.sns", + "boto.ecs", "boto.iam", "boto.route53", "boto.ses", |