diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2016-01-19 21:56:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-20 17:07:14 +0000 |
commit | 2a608cce9fec5fb840f1d355d3187619b6abdbf4 (patch) | |
tree | 75f5d8069a7e5627f100411b27a893aa979dbbc8 /scripts | |
parent | 6395bc8328221d3a29f6598a7e2654e51b68e4e1 (diff) | |
download | poky-2a608cce9fec5fb840f1d355d3187619b6abdbf4.tar.gz |
python-setuptools: Upgrade to 19.2
Upgrades python-setuptools to 19.2, easy_install works out of the box
adds the package python-plistlib to the manifest as it is needed by
setuptools now, and also updates runtime dependencies
(From OE-Core rev: 25efefac9f68d34bbb109645a515010b846c3a8b)
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 | ||