diff options
author | Daniel Baumann <daniel@debian.org> | 2024-12-14 05:13:06 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-12-14 05:13:06 +0100 |
commit | e6c1fa50f498a8a06615f4dfe958071c9d811e48 (patch) | |
tree | 41fa6db9c58936c1c8b45a93d98d65a0d4056e1c | |
parent | Adding debian version 1.0.0-1. (diff) | |
download | python-feedgen-e6c1fa50f498a8a06615f4dfe958071c9d811e48.tar.xz python-feedgen-e6c1fa50f498a8a06615f4dfe958071c9d811e48.zip |
Adding python3-dateutil to build-depends to fix FTBFS in test target.
Signed-off-by: Daniel Baumann <daniel@debian.org>
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 7871c10..122f3b8 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, + python3-dateutil <!nocheck>, python3-lxml <!nocheck>, python3-setuptools, Rules-Requires-Root: no |