diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 02:54:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 02:54:02 +0000 |
commit | 2e974814dbebbd7fad9569c538db1f3b8718a5a3 (patch) | |
tree | b8846b6bc8d009db3af58fe58dd3385c725e6b0e | |
parent | Updating to standards-version 4.7.0. (diff) | |
download | tqdm-2e974814dbebbd7fad9569c538db1f3b8718a5a3.tar.xz tqdm-2e974814dbebbd7fad9569c538db1f3b8718a5a3.zip |
Adding python3-setuptools-scm to build-depends so tqdm outputs its version properly, thanks to Michael R. Crusoe <crusoe@debian.org> (Closes: #1069896).
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 8738979..24c5b98 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Build-Depends: python3-pytest-timeout <!nocheck>, python3-rich <!nocheck>, python3-setuptools, + python3-setuptools-scm, python3-tk <!nocheck>, Rules-Requires-Root: no Standards-Version: 4.7.0 |