gnu: Remove python2-dask.

This package can no longer be built with Python 2.

* gnu/packages/python-xyz.scm (python2-dask): Remove variable.
This commit is contained in:
Ricardo Wurmus 2019-12-16 23:12:25 +01:00
parent 86c7ca07aa
commit b7716f1b39
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15965,9 +15965,6 @@ (define-public python-dask
run on top of the dynamic task schedulers. ")
(license license:bsd-3)))
(define-public python2-dask
(package-with-python2 python-dask))
(define-public python-ilinkedlist
(package
(name "python-ilinkedlist")