Fix build error.
Use a list comprehension instead of filter(), since filter() needs the
itertools module which isn't available at build time.
1 file changed