diff options
author | Derek Straka <derek@asterius.io> | 2018-01-29 22:04:40 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-06 10:54:35 +0000 |
commit | c42a1cf42b88c0dc02baf807ee2aa3dab058c4cd (patch) | |
tree | 6b1ce183a3831d8e4ad89fbc0a37d3ff08624024 | |
parent | 912c06615269f42230db2d93d70db2b340ed270a (diff) | |
download | openembedded-core-c42a1cf42b88c0dc02baf807ee2aa3dab058c4cd.tar.gz openembedded-core-c42a1cf42b88c0dc02baf807ee2aa3dab058c4cd.tar.bz2 openembedded-core-c42a1cf42b88c0dc02baf807ee2aa3dab058c4cd.zip |
python2-manifest: update the manifest file for python 2.7.14
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>
-rw-r--r-- | meta/recipes-devtools/python/python/python2-manifest.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python/python2-manifest.json b/meta/recipes-devtools/python/python/python2-manifest.json index 03d4bbde6a..723e5138e2 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" }, |