gnu: Remove python2-joblib.

* gnu/packages/python-xyz.scm (python2-joblib): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 22:55:18 -04:00
parent 5dce1d8b40
commit 37e8d6cd9c
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -4219,17 +4219,6 @@ and lazy re-evaluation (memoize pattern), easy simple parallel computing
logging and tracing of the execution.")
(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
(package