summaryrefslogtreecommitdiffstats
path: root/scripts/contrib/python/generate-manifest-3.5.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/contrib/python/generate-manifest-3.5.py')
-rwxr-xr-xscripts/contrib/python/generate-manifest-3.5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/python/generate-manifest-3.5.py b/scripts/contrib/python/generate-manifest-3.5.py
index 770ef754e6..1a06896b5c 100755
--- a/scripts/contrib/python/generate-manifest-3.5.py
+++ b/scripts/contrib/python/generate-manifest-3.5.py
@@ -329,7 +329,7 @@ if __name__ == "__main__":
329 "decimal.* fractions.* numbers.*" ) 329 "decimal.* fractions.* numbers.*" )
330 330
331 m.addPackage( "${PN}-pickle", "Python serialisation/persistence support", "${PN}-core ${PN}-codecs ${PN}-io ${PN}-re", 331 m.addPackage( "${PN}-pickle", "Python serialisation/persistence support", "${PN}-core ${PN}-codecs ${PN}-io ${PN}-re",
332 "pickle.* shelve.* lib-dynload/cPickle.*.so pickletools.*" ) 332 "_compat_pickle.* pickle.* shelve.* lib-dynload/cPickle.*.so pickletools.*" )
333 333
334 m.addPackage( "${PN}-pkgutil", "Python package extension utility support", "${PN}-core", 334 m.addPackage( "${PN}-pkgutil", "Python package extension utility support", "${PN}-core",
335 "pkgutil.*") 335 "pkgutil.*")