[Buildroot] [autobuild.buildroot.net] Your build results for 2016-09-05

Chris Packham judge.packham at gmail.com
Thu Sep 8 10:07:41 UTC 2016


On Thu, Sep 8, 2016 at 9:43 PM, Peter Korsgaard <peter at korsgaard.com> wrote:
>>>>>> "Chris" == Chris Packham <judge.packham at gmail.com> writes:
>
> Hi,
>
>  >> The line QSTRING_BLACK_LIST = {'NULL', 'number_of', } is defining a
>  >> set. It works in Python 2.7, but not in Python 2.6. I guess replacing
>  >> with:
>  >>
>  >> QSTRING_BLACK_LIST = set(['NULL', 'number_of'])
>  >>
>  >> should work fine (tested with 2.6, 2.7 and 3.5)
>
>  > So before I go down that path. Are we saying python >2.6 is required
>  > for buildroot? Or at least that is the expectation for the
>  > auto-builders.
>
> Yes - From docs/manual/prerequisite.txt:
>
> === Mandatory packages
>
> * Build tools:
> ..
> ** +python+ (version 2.6 or any later)
>

OK. I've submitted a version of Thomas' patch upstream
https://github.com/micropython/micropython/pull/2404.



More information about the buildroot mailing list