On Mon, Oct 10, 2016 at 03:10:03PM +0200, Hartmut Goebel wrote: > --- > guix/build/python-build-system.scm | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/guix/build/python-build-system.scm > b/guix/build/python-build-system.scm > index 9109fb4..e906e60 100644 > --- a/guix/build/python-build-system.scm > +++ b/guix/build/python-build-system.scm > @@ -137,8 +137,7 @@ installed with setuptools." > #t)) > > (define %standard-phases > - ;; 'configure' and 'build' phases are not needed. Everything is done > during > - ;; 'install'. > + ;; 'configure' phase is not needed.
I have no real comment because I don't know the python-build-system well enough. Is the sentence about 'install' no longer accurate?