>>
>> Do we definitely need mako 0.7.3? RHEL6 only ships mako 0.3.4.
>>
>
> Can you test lowering the required Mako version in configure.ac?
>
> Search the following string: AX_CHECK_PYTHON_MAKO_MODULE
> and modify the version number that it receives as argument.
>
> I tested with Mako 0.3.6 (avail
On Tuesday, January 13, 2015 01:10:50 PM Dave Airlie wrote:
> On 8 January 2015 at 17:20, Iago Toral Quiroga wrote:
> > From: Samuel Iglesias Gonsalvez
> >
> > It is now a hard dependency because of the autogeneration of
> > format pack and unpack functions.
> >
> > Update the documentation to
On 8 January 2015 at 17:20, Iago Toral Quiroga wrote:
> From: Samuel Iglesias Gonsalvez
>
> It is now a hard dependency because of the autogeneration of
> format pack and unpack functions.
>
> Update the documentation to reflect this change.
>
> v2:
> - Inline python script in m4 file and use PYT
From: Samuel Iglesias Gonsalvez
It is now a hard dependency because of the autogeneration of
format pack and unpack functions.
Update the documentation to reflect this change.
v2:
- Inline python script in m4 file and use PYTHON2
v3:
- Remove semicolons and quotes and change coding style
- Ad