]> code.ossystems Code Review - openembedded-core.git/commit
python-3-manifest: fix adding imp to importlib
authorAnders Darander <anders@chargestorm.se>
Fri, 27 Jan 2017 07:50:59 +0000 (08:50 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 5 Feb 2017 09:20:19 +0000 (09:20 +0000)
commitbfe1d948ab034017622110c8365be7026e139fbf
tree7339f03ff930b97d287655f6662df06309b0ca28
parent5bd23c01fd800c43ba3979b23585fe8ac30d7ec8
python-3-manifest: fix adding imp to importlib

Commit: 512334f102a33833d39af53467894315f0715d07
"python-3.5-manifest: Add imp to importlib"

added imp to importlib in the generated manifest, but not in the generator script.

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/contrib/python/generate-manifest-3.5.py