diff --git a/guix/build/python-build-system.scm b/guix/build/python-build-system.scm
index 9109fb4ac783769d8530c3b8f3b72e717fc1830c..e906e60699ffed634b1b72c3f36e18c1660c18a5 100644
--- a/guix/build/python-build-system.scm
+++ b/guix/build/python-build-system.scm
@@ -137,8 +137,7 @@ (define* (ensure-no-mtimes-pre-1980 #:rest _)
     #t))
 
 (define %standard-phases
-  ;; 'configure' and 'build' phases are not needed.  Everything is done during
-  ;; 'install'.
+  ;; 'configure' phase is not needed.
   (modify-phases gnu:%standard-phases
     (add-after 'unpack 'ensure-no-mtimes-pre-1980 ensure-no-mtimes-pre-1980)
     (delete 'configure)