diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-02 08:51:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-02 08:51:48 +0000 |
commit | 3db50ede227593f51804ceee1509f04c8102804f (patch) | |
tree | 1f3a53a0a9950748be48ecb4af3d71c16f19545b | |
parent | Releasing debian version 4.66.2-1. (diff) | |
download | tqdm-3db50ede227593f51804ceee1509f04c8102804f.tar.xz tqdm-3db50ede227593f51804ceee1509f04c8102804f.zip |
Adding python3-dask to build-depends for additional tests.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index e8a76f6..b0eb7c3 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org> Build-Depends: debhelper-compat (= 13), pybuild-plugin-pyproject, python3-all, + python3-dask <!nocheck>, python3-docopt, python3-pandas <!nocheck>, python3-pytest <!nocheck>, |