gnu: Remove some outdated comments.

These comments were about setuptools used at runtime for pkg_resources.

* gnu/packages/python.scm: Remove some outdated comments.
This commit is contained in:
Hartmut Goebel 2016-10-17 00:11:04 +02:00
parent 7ba07edfb1
commit f7989b8bb0
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 0 additions and 4 deletions

View File

@ -4036,7 +4036,6 @@ services for your Python modules and applications.")
("openjpeg" ,openjpeg) ("openjpeg" ,openjpeg)
("libtiff" ,libtiff) ("libtiff" ,libtiff)
("libwebp" ,libwebp))) ("libwebp" ,libwebp)))
;; Note: setuptools used at runtime for pkg_resources
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases
(add-after (add-after
@ -8563,7 +8562,6 @@ and to spawn subprocesses to handle requests.")
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-nose" ,python-nose))) `(("python-nose" ,python-nose)))
;; Note: setuptools used at runtime for pkg_resources
(home-page "http://pythonpaste.org/deploy/") (home-page "http://pythonpaste.org/deploy/")
(synopsis (synopsis
"Load, configure, and compose WSGI applications and servers") "Load, configure, and compose WSGI applications and servers")
@ -8593,7 +8591,6 @@ file.")
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-nose" ,python-nose))) `(("python-nose" ,python-nose)))
;; Note: setuptools used at runtime for pkg_resources
(propagated-inputs (propagated-inputs
`(("python-six" ,python-six))) `(("python-six" ,python-six)))
(arguments (arguments
@ -8636,7 +8633,6 @@ follows ideas flowing from WSGI (Web Standard Gateway Interface).")
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-nose" ,python-nose))) `(("python-nose" ,python-nose)))
;; Note: setuptools used at runtime for pkg_resources
(propagated-inputs (propagated-inputs
`(("python-paste" ,python-paste) `(("python-paste" ,python-paste)
("python-pastedeploy" ,python-pastedeploy))) ("python-pastedeploy" ,python-pastedeploy)))