summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python-cython_0.15.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python: bump PR of packages after update of distutils.bbclassAndreas Oberritter2012-06-071-1/+1
| | | | | | | * Bump every recipe inheriting distutils or setuptools and not overriding do_install without calling distutils_do_install. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
* recipes: bump PR after python upgradeMartin Jansa2011-11-011-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cython: add patch to fix build error with some distutils packagesMartin Jansa2011-10-121-1/+4
| | | | | | | | * fails with TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' in setup.py when using python-2.6 or python-2.7 (don't know about python-3*) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-cython: upgrade to 0.15.1 because 0.13 doesn't work with python-2.7.2Martin Jansa2011-10-121-0/+16
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>