summaryrefslogtreecommitdiffstats
path: root/scripts/contrib
diff options
context:
space:
mode:
authorAnders Darander <anders@chargestorm.se>2017-01-27 08:50:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-05 09:22:16 +0000
commitcf610aa69f745e31def4a5eb211b27cbf87d92cb (patch)
tree24fb1dc3ef7b0e093baab844ccd1319507a5531d /scripts/contrib
parent824264d1621d7ba27be63c52c3842207b9df32a9 (diff)
downloadpoky-cf610aa69f745e31def4a5eb211b27cbf87d92cb.tar.gz
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: bfe1d948ab034017622110c8365be7026e139fbf) Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/contrib')
-rwxr-xr-xscripts/contrib/python/generate-manifest-3.5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/python/generate-manifest-3.5.py b/scripts/contrib/python/generate-manifest-3.5.py
index 7259543098..cf19f477ab 100755
--- a/scripts/contrib/python/generate-manifest-3.5.py
+++ b/scripts/contrib/python/generate-manifest-3.5.py
@@ -279,7 +279,7 @@ if __name__ == "__main__":
279 "formatter.* htmlentitydefs.* htmllib.* markupbase.* sgmllib.* HTMLParser.* " ) 279 "formatter.* htmlentitydefs.* htmllib.* markupbase.* sgmllib.* HTMLParser.* " )
280 280
281 m.addPackage( "${PN}-importlib", "Python import implementation library", "${PN}-core ${PN}-lang", 281 m.addPackage( "${PN}-importlib", "Python import implementation library", "${PN}-core ${PN}-lang",
282 "importlib" ) 282 "importlib imp.*" )
283 283
284 m.addPackage( "${PN}-gdbm", "Python GNU database support", "${PN}-core", 284 m.addPackage( "${PN}-gdbm", "Python GNU database support", "${PN}-core",
285 "lib-dynload/_gdbm.*.so" ) 285 "lib-dynload/_gdbm.*.so" )