summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-17 14:38:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-17 14:38:56 +0000
commit04c654b4dc69f269f0545e8bca46bec757ee5798 (patch)
tree6f7f9f649a6f2bce3924916fe7004ee28d3043b3 /debian/control
parentRemoving local setup.py conversion, not required with a PEP517 compatible ups... (diff)
downloadpendulum-04c654b4dc69f269f0545e8bca46bec757ee5798.tar.xz
pendulum-04c654b4dc69f269f0545e8bca46bec757ee5798.zip
Removing not anymore required pytzdata handling.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 95addd0..7e9a533 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,6 @@ 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