]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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 14:00:51 +0000 (14:00 +0000)
commit8aa71adf4932b4a7e62c1d66c3de25faa3db23c2
tree5808b74301a7ea4de136134f88ba352713676ab6
parent69a910d2e7e440760d02e22f8fce90ee87e15d1d
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)

(From OE-Core rev: d95f1005c35bd9c7e22c40c7c17d264fe9435c6b)

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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