diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-12-16 23:12:25 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-12-16 23:22:12 +0100 |
commit | b7716f1b39b596f74fe0f41009ef506d242c5ece (patch) | |
tree | 590663d9c2ea65305908e1c21d54cfb4b75d3029 | |
parent | 86c7ca07aaf7c2af642089e00bcd9d0e7d64304d (diff) |
gnu: Remove python2-dask.
This package can no longer be built with Python 2.
* gnu/packages/python-xyz.scm (python2-dask): Remove variable.
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index aa75837e5f..f0490f248c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15965,9 +15965,6 @@ larger-than-memory or distributed environments. These parallel collections 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") |