htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 203578f33f83f4a5871fe34f21f99d830e2dbbfb
Author: Hartmut Goebel <h.goe...@crazy-compilers.com>
Date:   Mon Oct 17 00:11:04 2016 +0200

    Remove some outdated comments.
---
 gnu/packages/python.scm |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 45e9399..313e64d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3799,7 +3799,6 @@ services for your Python modules and applications.")
        ("openjpeg" ,openjpeg)
        ("libtiff"  ,libtiff)
        ("libwebp"  ,libwebp)))
-    ;; Note: setuptools used at runtime for pkg_resources
     (arguments
      `(#:phases (modify-phases %standard-phases
                   (add-after
@@ -7835,7 +7834,6 @@ and to spawn subprocesses to handle requests.")
     (build-system python-build-system)
     (native-inputs
      `(("python-nose" ,python-nose)))
-    ;; Note: setuptools used at runtime for pkg_resources
     (home-page "http://pythonpaste.org/deploy/";)
     (synopsis
      "Load, configure, and compose WSGI applications and servers")
@@ -7865,7 +7863,6 @@ file.")
     (build-system python-build-system)
     (native-inputs
      `(("python-nose" ,python-nose)))
-    ;; Note: setuptools used at runtime for pkg_resources
     (propagated-inputs
      `(("python-six" ,python-six)))
     (arguments
@@ -7908,7 +7905,6 @@ follows ideas flowing from WSGI (Web Standard Gateway 
Interface).")
     (build-system python-build-system)
     (native-inputs
      `(("python-nose" ,python-nose)))
-    ;; Note: setuptools used at runtime for pkg_resources
     (propagated-inputs
      `(("python-paste" ,python-paste)
        ("python-pastedeploy" ,python-pastedeploy)))

Reply via email to