]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
useradd-staticids: use map() instead of imap()
authorGeorge McCollister <george.mccollister@gmail.com>
Tue, 12 Jul 2016 19:10:54 +0000 (14:10 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Jul 2016 22:11:57 +0000 (23:11 +0100)
commitda7a2c7b00b40a8759dbe9f4ab6df3e337e3d6b6
tree751b7e9df38aba64c27f6c0f2f46bc21238ae171
parentfe5979534bd4fc1f3e5401c9a86e4aff571aec24
useradd-staticids: use map() instead of imap()

In Python3 the itertools module's imap function has been migrated to the
globalname space as map(). Calling itertools.imap() will fail because it
no longer exists.

Signed-off-by: George McCollister <george.mccollister@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/useradd-staticids.bbclass