]> code.ossystems Code Review - openembedded-core.git/commit
python: move ast module into python-core
authorRoss Burton <ross.burton@intel.com>
Tue, 8 Mar 2016 17:03:18 +0000 (17:03 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Mar 2016 22:11:20 +0000 (22:11 +0000)
commit48bc643a4ebe74d0fa49fedbe7b0fd63fd0003e8
tree77a37f8e7cb0d8eff4798944eb91c2aee803e525
parent2312eb1b6da67c2c7e8c968db55d99472ac29b49
python: move ast module into python-core

The compile() method returns objects that inherit from ast.AST so it's best that
python-core contains this class.

[YOCTO #8684]

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python-2.7-manifest.inc
meta/recipes-devtools/python/python-3.5-manifest.inc
scripts/contrib/python/generate-manifest-2.7.py
scripts/contrib/python/generate-manifest-3.5.py