mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python2-joblib.
* gnu/packages/python-xyz.scm (python2-joblib): Delete variable.
This commit is contained in:
parent
5dce1d8b40
commit
37e8d6cd9c
1 changed files with 0 additions and 11 deletions
|
@ -4219,17 +4219,6 @@ and lazy re-evaluation (memoize pattern), easy simple parallel computing
|
||||||
logging and tracing of the execution.")
|
logging and tracing of the execution.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
;; Newer versions of joblib don't support Python 2.
|
|
||||||
(define-public python2-joblib
|
|
||||||
(package
|
|
||||||
(inherit (package-with-python2 python-joblib))
|
|
||||||
(version "0.14.1")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "joblib" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1j464w137w6s367gl697j1l63g52akydrxgv4czlck36ynjfwc06"))))))
|
|
||||||
|
|
||||||
(define-public python-daemon
|
(define-public python-daemon
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue