diff options
Diffstat (limited to 'scripts/contrib')
-rwxr-xr-x | scripts/contrib/python/generate-manifest-2.7.py | 2 | ||||
-rwxr-xr-x | scripts/contrib/python/generate-manifest-3.5.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/contrib/python/generate-manifest-2.7.py b/scripts/contrib/python/generate-manifest-2.7.py index 14162c6f60..d93c943c61 100755 --- a/scripts/contrib/python/generate-manifest-2.7.py +++ b/scripts/contrib/python/generate-manifest-2.7.py | |||
@@ -164,7 +164,7 @@ if __name__ == "__main__": | |||
164 | # | 164 | # |
165 | 165 | ||
166 | m.addPackage( "${PN}-core", "Python interpreter and core modules", "${PN}-lang ${PN}-re", | 166 | m.addPackage( "${PN}-core", "Python interpreter and core modules", "${PN}-lang ${PN}-re", |
167 | "__future__.* _abcoll.* abc.* copy.* copy_reg.* ConfigParser.* " + | 167 | "__future__.* _abcoll.* abc.* ast.* copy.* copy_reg.* ConfigParser.* " + |
168 | "genericpath.* getopt.* linecache.* new.* " + | 168 | "genericpath.* getopt.* linecache.* new.* " + |
169 | "os.* posixpath.* struct.* " + | 169 | "os.* posixpath.* struct.* " + |
170 | "warnings.* site.* stat.* " + | 170 | "warnings.* site.* stat.* " + |
diff --git a/scripts/contrib/python/generate-manifest-3.5.py b/scripts/contrib/python/generate-manifest-3.5.py index 20ceabc698..367b4b8b4b 100755 --- a/scripts/contrib/python/generate-manifest-3.5.py +++ b/scripts/contrib/python/generate-manifest-3.5.py | |||
@@ -167,7 +167,7 @@ if __name__ == "__main__": | |||
167 | # | 167 | # |
168 | 168 | ||
169 | m.addPackage( "${PN}-core", "Python interpreter and core modules", "${PN}-lang ${PN}-re ${PN}-reprlib ${PN}-codecs ${PN}-io ${PN}-math", | 169 | m.addPackage( "${PN}-core", "Python interpreter and core modules", "${PN}-lang ${PN}-re ${PN}-reprlib ${PN}-codecs ${PN}-io ${PN}-math", |
170 | "__future__.* _abcoll.* abc.* copy.* copyreg.* ConfigParser.* " + | 170 | "__future__.* _abcoll.* abc.* ast.* copy.* copyreg.* ConfigParser.* " + |
171 | "genericpath.* getopt.* linecache.* new.* " + | 171 | "genericpath.* getopt.* linecache.* new.* " + |
172 | "os.* posixpath.* struct.* " + | 172 | "os.* posixpath.* struct.* " + |
173 | "warnings.* site.* stat.* " + | 173 | "warnings.* site.* stat.* " + |