]> code.ossystems Code Review - openembedded-core.git/commitdiff
python2-manifest: update the manifest file for python 2.7.14
authorDerek Straka <derek@asterius.io>
Tue, 30 Jan 2018 03:04:40 +0000 (22:04 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Feb 2018 10:54:35 +0000 (10:54 +0000)
The manifest file was not regenerated when the package was updated.

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python/python2-manifest.json

index 03d4bbde6ad1ab68bda8b8490ff11f0bfbb3cc94..723e5138e203173bf1dce6a0f5745a1000d878e4 100644 (file)
             "${libdir}/python2.7/cgi.py"
         ],
         "rdepends": [
+            "compression",
             "contextlib",
             "core",
             "crypt",
             "shell",
             "textutils",
             "threading",
-            "unixadmin"
+            "unixadmin",
+            "zlib"
         ],
         "summary": "Python Internet Protocol servers"
     },
             "${libdir}/python2.7/shutil.py"
         ],
         "rdepends": [
+            "compression",
             "core",
             "io",
-            "unixadmin"
+            "unixadmin",
+            "zlib"
         ],
         "summary": "Python shell-like functionality"
     },