Closed PLangowski closed 1 year ago
The recipes from the poky revision defined in kas.yml fail to build due to a Python error. The error was occuring due to the fact that in Python 3.9 fractions.gcd moved to math.gcd. The patch fixes the error so that the latter is called.
kas.yml
fractions.gcd
math.gcd
The recipes from the poky revision defined in
kas.yml
fail to build due to a Python error. The error was occuring due to the fact that in Python 3.9fractions.gcd
moved tomath.gcd
. The patch fixes the error so that the latter is called.