[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4480/8267] python-3-manifest: fix adding imp to importlib



commit cf610aa69f745e31def4a5eb211b27cbf87d92cb
Author: Anders Darander <anders chargestorm se>
Date:   Fri Jan 27 08:50:59 2017 +0100

    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>

 scripts/contrib/python/generate-manifest-3.5.py |    2 +-
 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 7259543..cf19f47 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__":
     "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" )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]