File boto-no-builtin-certs.patch of Package python-boto.14701
--- setup.py.orig
+++ setup.py
@@ -61,7 +61,7 @@ setup(name = "boto",
url = "https://github.com/boto/boto/",
packages = ["boto", "boto.sqs", "boto.s3", "boto.gs", "boto.file",
"boto.ec2", "boto.ec2.cloudwatch", "boto.ec2.autoscale",
- "boto.ec2.elb", "boto.sdb", "boto.cacerts",
+ "boto.ec2.elb", "boto.sdb",
"boto.sdb.db", "boto.sdb.db.manager",
"boto.mturk", "boto.pyami",
"boto.pyami.installers", "boto.pyami.installers.ubuntu",
@@ -84,7 +84,6 @@ setup(name = "boto",
"boto.cloudhsm", "boto.ec2containerservice",
"boto.machinelearning", "boto.vendored.regions"],
package_data = {
- "boto.cacerts": ["cacerts.txt"],
"boto": ["endpoints.json"],
},
license = "MIT",