diff options
-rw-r--r-- | meta/recipes-devtools/python/python-2.7-manifest.inc | 2 | ||||
-rwxr-xr-x | scripts/contrib/python/generate-manifest-2.7.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-2.7-manifest.inc b/meta/recipes-devtools/python/python-2.7-manifest.inc index 84e5a0b912..fb44905798 100644 --- a/meta/recipes-devtools/python/python-2.7-manifest.inc +++ b/meta/recipes-devtools/python/python-2.7-manifest.inc | |||
@@ -175,7 +175,7 @@ RDEPENDS_${PN}-pkgutil="${PN}-core" | |||
175 | FILES_${PN}-pkgutil="${libdir}/python2.7/pkgutil.* " | 175 | FILES_${PN}-pkgutil="${libdir}/python2.7/pkgutil.* " |
176 | 176 | ||
177 | DESCRIPTION_${PN}-pprint="Python Pretty-Print Support" | 177 | DESCRIPTION_${PN}-pprint="Python Pretty-Print Support" |
178 | RDEPENDS_${PN}-pprint="${PN}-core" | 178 | RDEPENDS_${PN}-pprint="${PN}-core ${PN}-io" |
179 | FILES_${PN}-pprint="${libdir}/python2.7/pprint.* " | 179 | FILES_${PN}-pprint="${libdir}/python2.7/pprint.* " |
180 | 180 | ||
181 | DESCRIPTION_${PN}-profile="Python Basic Profiling Support" | 181 | DESCRIPTION_${PN}-profile="Python Basic Profiling Support" |
diff --git a/scripts/contrib/python/generate-manifest-2.7.py b/scripts/contrib/python/generate-manifest-2.7.py index 22470f963b..61a068cd51 100755 --- a/scripts/contrib/python/generate-manifest-2.7.py +++ b/scripts/contrib/python/generate-manifest-2.7.py | |||
@@ -319,7 +319,7 @@ if __name__ == "__main__": | |||
319 | m.addPackage( "${PN}-pkgutil", "Python Package Extension Utility Support", "${PN}-core", | 319 | m.addPackage( "${PN}-pkgutil", "Python Package Extension Utility Support", "${PN}-core", |
320 | "pkgutil.*") | 320 | "pkgutil.*") |
321 | 321 | ||
322 | m.addPackage( "${PN}-pprint", "Python Pretty-Print Support", "${PN}-core", | 322 | m.addPackage( "${PN}-pprint", "Python Pretty-Print Support", "${PN}-core ${PN}-io", |
323 | "pprint.*" ) | 323 | "pprint.*" ) |
324 | 324 | ||
325 | m.addPackage( "${PN}-profile", "Python Basic Profiling Support", "${PN}-core ${PN}-textutils", | 325 | m.addPackage( "${PN}-profile", "Python Basic Profiling Support", "${PN}-core ${PN}-textutils", |