On Tuesday, October 21, 2014 11:23:44 AM Dylan Baker wrote: > These are accelerated libraries that the python framework can optionally > use to run faster. > > Signed-off-by: Dylan Baker <[email protected]> > --- > README | 10 ++++++++-- > 1 file changed, 8 insertions(+), 2 deletions(-) > > diff --git a/README b/README > index 002ddd9..74bdc1d 100644 > --- a/README > +++ b/README > @@ -36,8 +36,14 @@ First of all, you need to make sure that the following are installed: > - GL, glu and glut libraries and development packages (i.e. headers) > - X11 libraries and development packages (i.e. headers) > - waffle (http://www.waffle-gl.org) > - - nose. Only needed for python framework tests > - (https://nose.readthedocs.org/en/latest/) > + > +Optionally you can install the following:
Optionally, you can ... (comma) > + > + - nose. A python test framework, used for running the python framework > + test suite. (https://nose.readthedocs.org/en/latest/) > + - lxml. An accelerated python xml library using libxml2 (http://lxml.de/) > + - simple-json. A fast C based implementation of the python json library. > + (https://simplejson.readthedocs.org/en/latest/) Shouldn't it be 'simplejson' (no hyphen)? That's the name used on the website, in the URL, and in my distro's package name. I sent out small nits on patches 1-4, but regardless, the series is: Reviewed-by: Kenneth Graunke <[email protected]> > > Now configure the build system: > >
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
