summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-07 07:28:08 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-07 07:28:29 +0000
commit9b4c9855170ec1b07c791be0398c038ef6b9a3e3 (patch)
tree2194dd2ff4d731f423d5eea66b10425d41473050 /debian/control
parentAdding README.source. (diff)
downloadpendulum-9b4c9855170ec1b07c791be0398c038ef6b9a3e3.tar.xz
pendulum-9b4c9855170ec1b07c791be0398c038ef6b9a3e3.zip
Adding depends to python3-pytzdata.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index ccba287..bb9a35d 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
+ python3-pytzdata,
Description: Python datetimes made easy
Native Python datetime is enough for basic cases, pendulum provides a cleaner
and more easy to use API while still relying on the standard library. It’s