[Piglit] [PATCH] Do we really need python 2.7?

Dylan Baker baker.dylan.c at gmail.com
Thu Jan 29 11:02:59 PST 2015


registry.py uses functools.total_ordering, which is 2.7+. You might be
able to get it building without a complete set of rich comparison
methods, if that fails you could roll a mixin class to provide the same
functionality.

On Thursday, January 29, 2015 19:30:48 Matěj Cepl wrote:
> I was taking look also at the code itself and so far i have 
> changed all imports of collections to the proper shape (I hope 
> proper) and changed all {} formats to {0} (or {1} etc.). So far 
> I have http://mcepl.fedorapeople.org/tmp/piglit-python-2_6.patch 
> Does anybody see anything else which could be missing (now 
> building an RHEL-6 virtual machine to make some more tests)?
> 
> Best,
> 
> Matěj
> 
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20150129/79d48feb/attachment.sig>


More information about the Piglit mailing list