mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 04:33:03 +01:00
scripts: Rename ConfigParser -> configparser for python3
The ConfigParser API was renamed to configparser in python 3. Renamed ConfigParser -> configparser in scripts/ to make the code working in python 3. (From OE-Core rev: de6e98f272e623ce72e724e66920eecf10cb2d41) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3ee70cb725
commit
fa4275bbc0
@@ -167,7 +167,7 @@ if __name__ == "__main__":
|
||||
#
|
||||
|
||||
m.addPackage( "${PN}-core", "Python interpreter and core modules", "${PN}-lang ${PN}-re ${PN}-reprlib ${PN}-codecs ${PN}-io ${PN}-math",
|
||||
"__future__.* _abcoll.* abc.* ast.* copy.* copyreg.* ConfigParser.* " +
|
||||
"__future__.* _abcoll.* abc.* ast.* copy.* copyreg.* configparser.* " +
|
||||
"genericpath.* getopt.* linecache.* new.* " +
|
||||
"os.* posixpath.* struct.* " +
|
||||
"warnings.* site.* stat.* " +
|
||||
|
||||
Reference in New Issue
Block a user