From 04c654b4dc69f269f0545e8bca46bec757ee5798 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 17 Dec 2023 15:38:43 +0100 Subject: Removing not anymore required pytzdata handling. Signed-off-by: Daniel Baumann --- debian/control | 1 - debian/rules | 10 ---------- 2 files changed, 11 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 diff --git a/debian/rules b/debian/rules index 535a96b..0c7c55c 100755 --- a/debian/rules +++ b/debian/rules @@ -5,19 +5,9 @@ export PYBUILD_NAME=pendulum %: dh ${@} --buildsystem=pybuild -execute_before_dh_auto_clean: - rm -f pendulum/tz/zoneinfo - ln -s /usr/share/zoneinfo pendulum/tz/zoneinfo - execute_after_dh_auto_clean: - rm -f pendulum/tz/zoneinfo - # help pybuild rm -rf *.egg-info -execute_before_dh_auto_configure: - rm -f pendulum/tz/zoneinfo - ln -s /usr/share/zoneinfo pendulum/tz/zoneinfo - override_dh_auto_test: # disabled -- cgit v1.2.3