mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
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:
committed by
Richard Purdie
parent
7abd40cd26
commit
98c4f485f0
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user