]> code.ossystems Code Review - openembedded-core.git/commit
python-*-manifest/generators: add runpy; python3-plistlib
authorTim Orling <timothy.t.orling@linux.intel.com>
Sun, 19 Nov 2017 00:10:06 +0000 (16:10 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 13 Dec 2017 13:59:44 +0000 (13:59 +0000)
commitd95f1005c35bd9c7e22c40c7c17d264fe9435c6b
tree003692160e09cdc3a511ddf1b2c66a8835cbf741
parent3a1900a5691466a04b24907067f43117b318ca7e
python-*-manifest/generators: add runpy; python3-plistlib

* runpy allows running modules/scripts with 'python -m foo'
* python3-setuptools RDEPENDS on plistlib (present in python2)
* pip3 RDEPENDS on _markupbase (add to python3-core)

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
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