From 8e9e8e2af20193a8dda0297e100470f32b112420 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Thu, 2 Mar 2017 19:24:25 -0500 Subject: add python-dask --- .gitmodules | 3 +++ python-dask | 1 + 2 files changed, 4 insertions(+) create mode 160000 python-dask diff --git a/.gitmodules b/.gitmodules index 9fde7a9..0c0c3fd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -88,3 +88,6 @@ [submodule "python-fastparquet"] path = python-fastparquet url = ssh://aur@aur.archlinux.org/python-fastparquet +[submodule "python-dask"] + path = python-dask + url = https://aur.archlinux.org/python-dask.git diff --git a/python-dask b/python-dask new file mode 160000 index 0000000..d4ad55b --- /dev/null +++ b/python-dask @@ -0,0 +1 @@ +Subproject commit d4ad55bebdb18f910a921e10d6f999a702a90899 -- cgit v1.2.3-70-g09d2