]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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)
committerTim Orling <timothy.t.orling@linux.intel.com>
Mon, 27 Nov 2017 05:17:58 +0000 (21:17 -0800)
commitc791accc06c37aada53e3282a620833878c785a1
tree422e5d15173e84582654ffd701b29a279f055431
parentd23841e0c25b465081ae9415e013a3f2a19a0f2b
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>
meta/recipes-devtools/python/python/python2-manifest.json
meta/recipes-devtools/python/python3/python3-manifest.json