gnu: python-scikit-learn: Remove useless property "python2-variant".

The Python 2 packages does not change the definition, thus the
propery is useless.

* gnu/packages/python.scm (python-scikit-learn): [properties]:
  Remove  "python2-variant". (python2-scikit-learn): Remove
  now needless "strip-python2-variant".
This commit is contained in:
Hartmut Goebel 2016-10-23 20:25:22 +02:00
parent bac23672ee
commit 1b5241c515
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -2971,11 +2971,10 @@ (define-public python-scikit-learn
(description
"Scikit-learn provides simple and efficient tools for data
mining and data analysis.")
(license license:bsd-3)
(properties `((python2-variant . ,(delay python2-scikit-learn))))))
(license license:bsd-3)))
(define-public python2-scikit-learn
(package-with-python2 (strip-python2-variant python-scikit-learn)))
(package-with-python2 python-scikit-learn))
(define-public python-scikit-image
(package