]> code.ossystems Code Review - openembedded-core.git/commit
python-3-manifest: fix adding imp to importlib
authorAnders Darander <anders@chargestorm.se>
Mon, 13 Feb 2017 22:06:56 +0000 (16:06 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 May 2017 12:04:45 +0000 (13:04 +0100)
commit70bea8d0be82781ce615794434225418cce63a90
treeeb301bc0956e8dd115a6c88f8bf35750fbf62ab7
parentf3a9ff2cea88cf4c90b1037b3ca17e6a63ea33ee
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/contrib/python/generate-manifest-3.5.py