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
1 changed files with 2 additions and 3 deletions

View File

@ -2971,11 +2971,10 @@ and is very extensible.")
(description (description
"Scikit-learn provides simple and efficient tools for data "Scikit-learn provides simple and efficient tools for data
mining and data analysis.") mining and data analysis.")
(license license:bsd-3) (license license:bsd-3)))
(properties `((python2-variant . ,(delay python2-scikit-learn))))))
(define-public python2-scikit-learn (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 (define-public python-scikit-image
(package (package