gnu: python-scipy: Declare python2-variant.

This is a followup to a50e030141.

* gnu/packages/python.scm (python-scipy)[properties]: New field.
This commit is contained in:
Marius Bakke 2017-02-17 00:57:11 +00:00
parent 2c1cad7ad2
commit 9200fe14f7
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -4036,6 +4036,7 @@ atlas_libs = openblas
(description "The SciPy library is one of the core packages that make up (description "The SciPy library is one of the core packages that make up
the SciPy stack. It provides many user-friendly and efficient numerical the SciPy stack. It provides many user-friendly and efficient numerical
routines such as routines for numerical integration and optimization.") routines such as routines for numerical integration and optimization.")
(properties `((python2-variant . ,(delay python2-scipy))))
(license license:bsd-3))) (license license:bsd-3)))
(define-public python2-scipy (define-public python2-scipy