summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-01-29 22:04:40 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-06 11:06:27 +0000
commit98c4f485f0dd1d7448a1977c03d1e9e10173642c (patch)
treecd631e0a7d33966a27815bf6b27cbc38418077f4 /meta/recipes-devtools/python
parent7abd40cd2687ea22ba2be25a3da782b38d3c5d75 (diff)
downloadpoky-98c4f485f0dd1d7448a1977c03d1e9e10173642c.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python/python2-manifest.json8
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 @@
680 "${libdir}/python2.7/cgi.py" 680 "${libdir}/python2.7/cgi.py"
681 ], 681 ],
682 "rdepends": [ 682 "rdepends": [
683 "compression",
683 "contextlib", 684 "contextlib",
684 "core", 685 "core",
685 "crypt", 686 "crypt",
@@ -692,7 +693,8 @@
692 "shell", 693 "shell",
693 "textutils", 694 "textutils",
694 "threading", 695 "threading",
695 "unixadmin" 696 "unixadmin",
697 "zlib"
696 ], 698 ],
697 "summary": "Python Internet Protocol servers" 699 "summary": "Python Internet Protocol servers"
698 }, 700 },
@@ -838,9 +840,11 @@
838 "${libdir}/python2.7/shutil.py" 840 "${libdir}/python2.7/shutil.py"
839 ], 841 ],
840 "rdepends": [ 842 "rdepends": [
843 "compression",
841 "core", 844 "core",
842 "io", 845 "io",
843 "unixadmin" 846 "unixadmin",
847 "zlib"
844 ], 848 ],
845 "summary": "Python shell-like functionality" 849 "summary": "Python shell-like functionality"
846 }, 850 },