diff options
Diffstat (limited to 'meta/recipes-devtools')
-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 @@ | |||
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 | }, |