aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-2.6-manifest.inc
AgeCommit message (Collapse)Author
2011-02-23python-2.6: python-xml depends on python-elementtreeAndreas Oberritter
* Fixes the following error: import xml.etree.cElementTree File "/usr/lib/python2.6/xml/etree/cElementTree.py", line 3, in <module> from _elementtree import * ImportError: No module named _elementtree Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-02-14python: generate-manifest-2.6.py, update few entriesMartin Jansa
* config was in python-dev as well as python-distutils, keep in distutils * linecache.* was in python-core as well as python-lang, keep in core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-14python: generate-manifest-2.6.py, more s/python/${PN}/g and regenerate itMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-14python: generate-manifest-2.6.py, sort packages when generating output fileMartin Jansa
* iteritems and packages didn't have defined order, so every regeneration created huge patch, hard to review * alphabetical order should work fine here as long as we have disjunct FILES Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-19python : Add platform module to python-core.Philip Balister
2010-09-20python-2.6-manifest.inc: regenerate the fileEric Bénard
the patch is quite large because packages seems to have been reordered in the generator but excepting python-dev everything is still present. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-17python: import 2.6.5 from pokyMartin Jansa
* without legacy staging * fix QA issue libpython2: non -dev package contains symlink .so: libpython2 path * use FILESPATHPKG Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
2010-07-13python 2.6: generated new python-2.6-manifest.inc for python-numbersTom Hayward
2010-05-05python 2.6: add ssl to python-ioJesse Gilles
2009-10-06python: Fixed -dbg QA error (config/.debug in python-distutils).Stanislav Brabec
* For more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-October/013964.html
2009-08-31python: fix -netserver and -devel packaging, convert 2.6.1 to inc_prKoen Kooi
2009-08-12python: merge some improvements done in various oe.dev-boycott branches back ↵Michael 'Mickey' Lauer
into oe.dev
2009-08-12python: add missing dependenciesThomas Zimmermann
* Added mimetools.py and rfc822.py to python-netclient * Added python-json package * Let python-email depend on python-netclient, because email/utils.py depends on base64.py NOTE: Fixes http://trac.shr-project.org/trac/ticket/549
2009-08-06python: add 2.6.2Michael 'Mickey' Lauer
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>