diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/contrib/python/generate-manifest-2.7.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/python/generate-manifest-2.7.py b/scripts/contrib/python/generate-manifest-2.7.py index 85ca353285..267d6786b1 100755 --- a/scripts/contrib/python/generate-manifest-2.7.py +++ b/scripts/contrib/python/generate-manifest-2.7.py | |||
@@ -160,7 +160,7 @@ if __name__ == "__main__": | |||
160 | # Parameters: revision, name, description, dependencies, filenames | 160 | # Parameters: revision, name, description, dependencies, filenames |
161 | # | 161 | # |
162 | 162 | ||
163 | m.addPackage( "${PN}-core", "Python Interpreter and core modules (needed!)", "", | 163 | m.addPackage( "${PN}-core", "Python Interpreter and core modules (needed!)", "${PN}-lang ${PN}-re", |
164 | "__future__.* _abcoll.* abc.* copy.* copy_reg.* ConfigParser.* " + | 164 | "__future__.* _abcoll.* abc.* copy.* copy_reg.* ConfigParser.* " + |
165 | "genericpath.* getopt.* linecache.* new.* " + | 165 | "genericpath.* getopt.* linecache.* new.* " + |
166 | "os.* posixpath.* struct.* " + | 166 | "os.* posixpath.* struct.* " + |