mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 20:53:03 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
6395bc8328
commit
2a608cce9f
@@ -322,6 +322,9 @@ if __name__ == "__main__":
|
||||
m.addPackage( "${PN}-pkgutil", "Python package extension utility support", "${PN}-core",
|
||||
"pkgutil.*")
|
||||
|
||||
m.addPackage( "${PN}-plistlib", "Generate and parse Mac OS X .plist files", "${PN}-core ${PN}-datetime ${PN}-io",
|
||||
"plistlib.*")
|
||||
|
||||
m.addPackage( "${PN}-pprint", "Python pretty-print support", "${PN}-core ${PN}-io",
|
||||
"pprint.*" )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user