summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2010-05-05 14:21:50 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-05-05 14:46:41 +0200
commitd6cda85cb5380cc9a769fddb791c956d4e591103 (patch)
treeea1750c0b3a083fed51b6259c2fb756e71aa3a69 /contrib
parent43198bf4b55dfd95c0e5c5eed07a6c52611b43cd (diff)
downloadopenembedded-d6cda85cb5380cc9a769fddb791c956d4e591103.tar.gz
python 2.6: add ssl to python-io
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/python/generate-manifest-2.6.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/python/generate-manifest-2.6.py b/contrib/python/generate-manifest-2.6.py
index fe0e38596b..1d1085d6e6 100755
--- a/contrib/python/generate-manifest-2.6.py
+++ b/contrib/python/generate-manifest-2.6.py
@@ -9,10 +9,10 @@ import os
import sys
import time
-VERSION = "2.6.2"
+VERSION = "2.6.4"
__author__ = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
-__version__ = "20091004"
+__version__ = "20100505"
class MakefileMaker:
@@ -23,7 +23,7 @@ class MakefileMaker:
self.output = outfile
self.out( """
# WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file.
-# Generator: '%s' Version %s (C) 2002-2009 Michael 'Mickey' Lauer <mlauer@vanille-media.de>
+# Generator: '%s' Version %s (C) 2002-2010 Michael 'Mickey' Lauer <mlauer@vanille-media.de>
# Visit the Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy
""" % ( sys.argv[0], __version__ ) )
@@ -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