diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-03-09 15:43:59 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-03-09 16:39:08 +0100 |
commit | 63d62305c344240faa47c10ff76dceeeb3a9ceff (patch) | |
tree | 002c62327ed90a1662985f144573b42b284ed573 | |
parent | ed6a21b45fc6858f0d604244f220446352b33f78 (diff) |
gnu: Remove obsolete numpy comment.
* gnu/packages/python.scm: Remove comment.
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 15c8a8eff4..91456c9752 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -3445,8 +3445,6 @@ producing implementations of dynamic languages, emphasizing a clean separation between language specification and implementation aspects.") (license license:expat))) -;; This version of numpy is missing the documentation and is only used to -;; build matplotlib which is required to build numpy's documentation. (define-public python-numpy (package (name "python-numpy") |