mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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. (From OE-Core rev: 70bea8d0be82781ce615794434225418cce63a90) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
3305872894
commit
53b19e7e7f
|
@ -269,7 +269,7 @@ if __name__ == "__main__":
|
||||||
"formatter.* htmlentitydefs.* htmllib.* markupbase.* sgmllib.* HTMLParser.* " )
|
"formatter.* htmlentitydefs.* htmllib.* markupbase.* sgmllib.* HTMLParser.* " )
|
||||||
|
|
||||||
m.addPackage( "${PN}-importlib", "Python import implementation library", "${PN}-core ${PN}-lang",
|
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",
|
m.addPackage( "${PN}-gdbm", "Python GNU database support", "${PN}-core",
|
||||||
"lib-dynload/_gdbm.*.so" )
|
"lib-dynload/_gdbm.*.so" )
|
||||||
|
|
Loading…
Reference in New Issue
Block a user