]> code.ossystems Code Review - openembedded-core.git/commitdiff
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)
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

index 2906cc66d04273f415475cc9339f8a1e3cd1405d..71a71f7afc75d345755629466beab0b11fa4aa4b 100755 (executable)
@@ -269,7 +269,7 @@ if __name__ == "__main__":
     "formatter.* htmlentitydefs.* htmllib.* markupbase.* sgmllib.* HTMLParser.* " )
 
     m.addPackage( "${PN}-importlib", "Python import implementation library", "${PN}-core ${PN}-lang",
-    "importlib" )
+    "importlib imp.*" )
 
     m.addPackage( "${PN}-gdbm", "Python GNU database support", "${PN}-core",
     "lib-dynload/_gdbm.*.so" )