From 3b884d79c7471394102dd778e6434e1dc43e1698 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Mon, 6 Jan 2020 15:12:01 +0100 Subject: Depend on tqdm. --- debian/control | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index d403349..7585dfc 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,8 @@ Build-Depends: debhelper (>= 12), dh-python, python3-all, python3-requests, - python3-setuptools + python3-setuptools, + python3-tqdm Rules-Requires-Root: no Homepage: https://pypi.org/project/cdsapi/ Vcs-Browser: https://git.nonempty.org/debian-python-cdsapi @@ -18,7 +19,8 @@ Section: python Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, - python3-requests + python3-requests, + python3-tqdm Description: Python 3 interface for the ECMWF CDS API This is Python implementation of the European Centre for Medium-Range Weather Forecasts' (ECMWF) Climate Data Store (CDS) API. -- cgit v1.2.3