mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue