]> code.ossystems Code Review - openembedded-core.git/commit
python*-manifest.json: add dependencies, runpy
authorTim Orling <timothy.t.orling@linux.intel.com>
Sat, 25 Nov 2017 16:37:37 +0000 (08:37 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 20 Jan 2018 22:31:12 +0000 (22:31 +0000)
commit65a85c7db3de8d16ff91a5208a59cc2202d34e5b
tree87f6181e1bd0ce04472a2aac90af808236aa73f5
parent54ac820b8a639950ccb534dcd9d6eaf8b2b736e0
python*-manifest.json: add dependencies, runpy

* runpy allows running modules/scripts with 'python -m foo'
  - create explicit python2 and 3 packages rather than the
    misc catchall
* python3-setuptools and html.parser RDEPENDS on _markupbase
  - add to python3-core rather than misc catchall
* pip3 RDEPENDS on plistlib, http.client
  - already packaged in python2, add to python3
  - add http/ to -netclient
* "pip3 install" RDEPENDS on encodingds.idna
  - encodings.idna packaged in -core, but missing:
    - stringprep (move from -codecs to -core)
    - unicodedata (move from -codecs to -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/python2-manifest.json
meta/recipes-devtools/python/python3/python3-manifest.json