diff options
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7d61273..64c46dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-tasklib (2.4.3-2) unstable; urgency=medium + + * Add missing test dependency (Closes: #1008467) + + -- Jochen Sprickerhof <jspricke@debian.org> Mon, 28 Mar 2022 18:11:21 +0200 + python-tasklib (2.4.3-1) unstable; urgency=medium * New upstream version 2.4.3 diff --git a/debian/control b/debian/control index 757e88d..57984d6 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: debhelper-compat (= 13), python3-setuptools, Build-Depends-Indep: python3-tzlocal, taskwarrior, + python3-tz <!nocheck>, Standards-Version: 4.6.0 Rules-Requires-Root: no Testsuite: autopkgtest-pkg-python |
