File: ignore-ca-certificates.patch

package info (click to toggle)
python-tornado 2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,536 kB
  • sloc: python: 12,755; ansic: 64; xml: 26; sql: 25; makefile: 17
file content (14 lines) | stat: -rw-r--r-- 509 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Remove the ca-certificate file from being added to the package
Author: Carl Chenet <chaica@ohmytux.com>

--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@
     version=version,
     packages = ["tornado", "tornado.test", "tornado.platform"],
     package_data = {
-        "tornado": ["ca-certificates.crt"],
+        #"tornado": ["ca-certificates.crt"],
         "tornado.test": ["README", "test.crt", "test.key", "static/robots.txt",
                          "templates/utf8.html"],
         },