[Buildroot] [PATCH 1/1] utils/scanpypi: fix buildutils check in python3

Peter Korsgaard peter at korsgaard.com
Fri Jan 14 14:35:58 UTC 2022


>>>>> "Arnout" == Arnout Vandecappelle <arnout at mind.be> writes:

 > On 25/11/2021 22:37, James Hilliard wrote:
 >> The message attribute does not exist in python3, see PEP-0352:
 >> https://www.python.org/dev/peps/pep-0352/
 >> 
 >> Fixes:
 >> Traceback (most recent call last):
 >> File "utils/scanpypi", line 743, in <module>
 >> main()
 >> File "utils/scanpypi", line 693, in main
 >> if 'buildutils' in err.message:
 >> AttributeError: 'ImportError' object has no attribute 'message'
 >> 
 >> Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>

 >  Applied to master, thanks.

Committed to 2021.02.x and 2021.11.x, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list