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 <derek@asterius.io>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Derek Straka
2018-01-29 22:04:40 -05:00
committed by Richard Purdie
parent 7abd40cd26
commit 98c4f485f0

View File

@@ -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"
},