]> code.ossystems Code Review - openembedded-core.git/commit
python-3.5-manifest: Add some missing RDEPENDS
authorKyle Russell <bkylerussell@gmail.com>
Wed, 3 Aug 2016 16:32:39 +0000 (12:32 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Aug 2016 09:35:07 +0000 (10:35 +0100)
commit38f9d7910fb5b2be5f7b1f62c4c7631d9e7138eb
tree5f16aaf47222a3be06354b922a9911da3ffdc2a2
parente28b6042b1a81fe449b772b4698ad139edf46332
python-3.5-manifest: Add some missing RDEPENDS

ctype's util.py needs subprocess
lang's inspect.py needs importlib.machinery
math's random.py needs crypt's hashlib
subprocess imports threading

Signed-off-by: Kyle Russell <bkylerussell@gmail.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