diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/contrib/python/generate-manifest-2.7.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/contrib/python/generate-manifest-2.7.py b/scripts/contrib/python/generate-manifest-2.7.py index 936522efc5..f77066ef23 100755 --- a/scripts/contrib/python/generate-manifest-2.7.py +++ b/scripts/contrib/python/generate-manifest-2.7.py | |||
@@ -322,6 +322,9 @@ if __name__ == "__main__": | |||
322 | m.addPackage( "${PN}-pkgutil", "Python package extension utility support", "${PN}-core", | 322 | m.addPackage( "${PN}-pkgutil", "Python package extension utility support", "${PN}-core", |
323 | "pkgutil.*") | 323 | "pkgutil.*") |
324 | 324 | ||
325 | m.addPackage( "${PN}-plistlib", "Generate and parse Mac OS X .plist files", "${PN}-core ${PN}-datetime ${PN}-io", | ||
326 | "plistlib.*") | ||
327 | |||
325 | m.addPackage( "${PN}-pprint", "Python pretty-print support", "${PN}-core ${PN}-io", | 328 | m.addPackage( "${PN}-pprint", "Python pretty-print support", "${PN}-core ${PN}-io", |
326 | "pprint.*" ) | 329 | "pprint.*" ) |
327 | 330 | ||