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:
parent
bac23672ee
commit
1b5241c515
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue