From: Derek Straka Date: Tue, 30 Jan 2018 03:04:40 +0000 (-0500) Subject: python2-manifest: update the manifest file for python 2.7.14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98c4f485f0dd1d7448a1977c03d1e9e10173642c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python2-manifest: update the manifest file for python 2.7.14 The manifest file was not regenerated when the package was updated. (From OE-Core rev: c42a1cf42b88c0dc02baf807ee2aa3dab058c4cd) Signed-off-by: Derek Straka Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python/python2-manifest.json b/meta/recipes-devtools/python/python/python2-manifest.json index 03d4bbde6ad..723e5138e20 100644 --- a/meta/recipes-devtools/python/python/python2-manifest.json +++ b/meta/recipes-devtools/python/python/python2-manifest.json @@ -680,6 +680,7 @@ "${libdir}/python2.7/cgi.py" ], "rdepends": [ + "compression", "contextlib", "core", "crypt", @@ -692,7 +693,8 @@ "shell", "textutils", "threading", - "unixadmin" + "unixadmin", + "zlib" ], "summary": "Python Internet Protocol servers" }, @@ -838,9 +840,11 @@ "${libdir}/python2.7/shutil.py" ], "rdepends": [ + "compression", "core", "io", - "unixadmin" + "unixadmin", + "zlib" ], "summary": "Python shell-like functionality" },