diff options
author | Jesse Gilles <jgilles@multitech.com> | 2010-05-05 14:21:50 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-05-05 14:46:41 +0200 |
commit | d6cda85cb5380cc9a769fddb791c956d4e591103 (patch) | |
tree | ea1750c0b3a083fed51b6259c2fb756e71aa3a69 /recipes/python | |
parent | 43198bf4b55dfd95c0e5c5eed07a6c52611b43cd (diff) |
python 2.6: add ssl to python-io
Diffstat (limited to 'recipes/python')
-rw-r--r-- | recipes/python/python-2.6-manifest.inc | 5 | ||||
-rw-r--r-- | recipes/python/python.inc | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/recipes/python/python-2.6-manifest.inc b/recipes/python/python-2.6-manifest.inc index cee12c866c..16e4465285 100644 --- a/recipes/python/python-2.6-manifest.inc +++ b/recipes/python/python-2.6-manifest.inc @@ -1,6 +1,5 @@ - # WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file. -# Generator: '../../contrib/python/generate-manifest-2.6.py' Version 20091004 (C) 2002-2009 Michael 'Mickey' Lauer <mlauer@vanille-media.de> +# Generator: './generate-manifest-2.6.py' Version 20100505 (C) 2002-2010 Michael 'Mickey' Lauer <mlauer@vanille-media.de> # Visit the Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy @@ -51,7 +50,7 @@ FILES_python-core="${libdir}/python2.6/__future__.* ${libdir}/python2.6/_abcoll. DESCRIPTION_python-io="Python Low-Level I/O" RDEPENDS_python-io="python-core python-math" -FILES_python-io="${libdir}/python2.6/lib-dynload/_socket.so ${libdir}/python2.6/lib-dynload/_ssl.so ${libdir}/python2.6/lib-dynload/select.so ${libdir}/python2.6/lib-dynload/termios.so ${libdir}/python2.6/lib-dynload/cStringIO.so ${libdir}/python2.6/pipes.* ${libdir}/python2.6/socket.* ${libdir}/python2.6/tempfile.* ${libdir}/python2.6/StringIO.* " +FILES_python-io="${libdir}/python2.6/lib-dynload/_socket.so ${libdir}/python2.6/lib-dynload/_ssl.so ${libdir}/python2.6/lib-dynload/select.so ${libdir}/python2.6/lib-dynload/termios.so ${libdir}/python2.6/lib-dynload/cStringIO.so ${libdir}/python2.6/pipes.* ${libdir}/python2.6/socket.* ${libdir}/python2.6/ssl.* ${libdir}/python2.6/tempfile.* ${libdir}/python2.6/StringIO.* " DESCRIPTION_python-compiler="Python Compiler Support" RDEPENDS_python-compiler="python-core" diff --git a/recipes/python/python.inc b/recipes/python/python.inc index 7e61f795ba..aff18db6f8 100644 --- a/recipes/python/python.inc +++ b/recipes/python/python.inc @@ -4,7 +4,7 @@ LICENSE = "PSF" SECTION = "devel/python" PRIORITY = "optional" # bump this on every change in contrib/python/generate-manifest-2.6.py -INC_PR = "ml8" +INC_PR = "ml9" DEFAULT_PREFERENCE = "-26" |