diff options
author | Jesse Gilles <jgilles@multitech.com> | 2010-04-22 12:15:34 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2010-04-26 11:37:10 -0500 |
commit | bc4225d8226491aa996405a9bc0446881d4496e3 (patch) | |
tree | 17c1d845556ab5b15150a7431ddf5b637c4f2ac4 /contrib | |
parent | 88271ff63cab71a8b83ed52cebb4558f8affe0a2 (diff) |
python: fix SSL for 2.6
* Add SSL module to build -- fixes "import ssl"
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/python/generate-manifest-2.6.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/generate-manifest-2.6.py b/contrib/python/generate-manifest-2.6.py index fe0e38596b..890d1c066d 100755 --- a/contrib/python/generate-manifest-2.6.py +++ b/contrib/python/generate-manifest-2.6.py @@ -248,7 +248,7 @@ if __name__ == "__main__": m.addPackage( "python-io", "Python Low-Level I/O", "python-core python-math", "lib-dynload/_socket.so lib-dynload/_ssl.so lib-dynload/select.so lib-dynload/termios.so lib-dynload/cStringIO.so " + - "pipes.* socket.* tempfile.* StringIO.* " ) + "pipes.* socket.* ssl.* tempfile.* StringIO.* " ) m.addPackage( "python-json", "Python JSON Support", "python-core python-math python-re", "json" ) # package |