]> code.ossystems Code Review - openembedded-core.git/commit
python-3.5-manifest.inc: the signal module RDEPENDS on enum
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 22 Aug 2016 07:52:46 +0000 (00:52 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Aug 2016 16:44:17 +0000 (17:44 +0100)
commit6306dc8351c19059c4c2a8e75bb5733e64532732
tree20334573e658b78d20a8cad6efabb76628c2fcf5
parentfa042b49a3a1a78ae28b19e66b30c279da65963a
python-3.5-manifest.inc: the signal module RDEPENDS on enum

Fixed:
$ python3
>>> import signal
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/path/to/sdk/sysroots/x86_64-pokysdk-linux/usr/lib/python3.5/signal.py", line 4, in <module>
    from enum import IntEnum as _IntEnum
ImportError: No module named 'enum'

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python-3.5-manifest.inc
scripts/contrib/python/generate-manifest-3.5.py