poky/scripts/contrib
Martin Jansa d973074bf6 python-3.5: Move bz2.py, lzma.py and _compression.py from python3-misc to python3-compression
* the /usr/lib/python3.5/_compression.py file is possibly incorrectly included
  in python3-misc. This runtime dependency is needed in order to use e.g. gzip.py in runtime:

  >>> import tarfile, zlib, gzip
  Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    File "/usr/lib/python3.5/gzip.py", line 12, in <module>
      import _compression
  ImportError: No module named '_compression'

* at least python3-tests and lzma and bz2 still in python3-misc are using this as well:
  $ grep -R import.*_compression tmp-glibc/work/aarch64-oe-linux/python3/3.5.2-r1.0/packages-split/
  tmp-glibc/work/aarch64-oe-linux/python3/3.5.2-r1.0/packages-split/python3-compression/usr/lib/python3.5/gzip.py:import _compression
  tmp-glibc/work/aarch64-oe-linux/python3/3.5.2-r1.0/packages-split/python3-misc/usr/lib/python3.5/lzma.py:import _compression
  tmp-glibc/work/aarch64-oe-linux/python3/3.5.2-r1.0/packages-split/python3-misc/usr/lib/python3.5/bz2.py:import _compression
  tmp-glibc/work/aarch64-oe-linux/python3/3.5.2-r1.0/packages-split/python3-tests/usr/lib/python3.5/test/test_bz2.py:import _compression
  tmp-glibc/work/aarch64-oe-linux/python3/3.5.2-r1.0/packages-split/python3-tests/usr/lib/python3.5/test/test_lzma.py:import _compression

  and python3-tests are using it as well, so add new runtime dependency
  on python3-compression

(From OE-Core rev: 987363c3c720b3764f4d64976d7455f6b0bae99c)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-06-14 14:53:58 +01:00
..
bb-perf bb-perf: plot histograms base on buildstats data 2016-11-30 15:48:05 +00:00
python python-3.5: Move bz2.py, lzma.py and _compression.py from python3-misc to python3-compression 2017-06-14 14:53:58 +01:00
bbvars.py scripts: python3: change python to python3 in shebang 2016-06-03 13:13:29 +01:00
build-perf-test-wrapper.sh build-perf-test-wrapper.sh: support uploading test reports 2017-05-18 14:01:47 +01:00
build-perf-test.sh build-perf-test: add eSDK installed size to metrics 2016-04-09 23:00:45 +01:00
ddimage ddimage: if 'pv' is installed, use it 2016-05-06 10:31:15 +01:00
devtool-stress.py scripts/contrib: update scripts for changes to internal API 2016-09-03 23:45:52 +01:00
dialog-power-control scripts/contrib/dialog-power-control: add a trivial power prompt script 2014-04-30 21:52:33 +01:00
documentation-audit.sh documentation-audit.sh: Add/fix checks for skipped lines. 2012-12-13 15:18:42 +00:00
graph-tool graph-tool: update to new networkx API, be iterative 2016-08-17 10:35:42 +01:00
list-packageconfig-flags.py scripts: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
mkefidisk.sh gummiboot: Remove/change gummiboot references with systemd-boot 2017-01-09 13:39:11 +00:00
oe-build-perf-report-email.py oe-build-perf-report-email.py: use pwd for getting user name 2017-04-13 10:54:10 +01:00
serdevtry scripts/contrib/serdevtry: add script to handle transient serial terminals 2014-04-30 21:52:32 +01:00
test_build_time_worker.sh scripts/contrib: add build time regression test script 2011-07-20 15:27:31 +01:00
test_build_time.sh scripts/contrib: add build time regression test script 2011-07-20 15:27:31 +01:00
uncovered uncovered: list uncovered python modules 2016-08-01 11:47:11 +01:00
verify-homepage.py scripts: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
yocto-bsp-kernel-update.sh scripts/contrib: scripts that updates kernel templates 2017-03-27 08:15:24 +01:00