mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 21:01:51 +00:00
combo-layer: python3: import reduce
Reduce is not a builtin function in python3. It has to be imported from functools. (From OE-Core rev: f9bda8b36decb5a837adcfeb1173092401988801) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
64987b2e58
commit
a4045424af
@ -33,6 +33,7 @@ import pipes
|
||||
import shutil
|
||||
from collections import OrderedDict
|
||||
from string import Template
|
||||
from functools import reduce
|
||||
|
||||
__version__ = "0.2.1"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user