1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From: Mattia Rizzolo <mattia@debian.org>
Date: Mon, 19 Sep 2022 21:33:18 +0200
Subject: Drop requirement on tzdata
The tzdata python module is not packaged in debian, but anyway it is
effectively replaced by the full tzdata data package.
Forwarded: not-needed
Bug-Debian: https://bugs.debian.org/1017479
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
---
requirements/default.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/requirements/default.txt b/requirements/default.txt
index 03c129a..ba9bbd6 100644
--- a/requirements/default.txt
+++ b/requirements/default.txt
@@ -2,6 +2,5 @@ celery>=5.2.3,<6.0
importlib-metadata<5.0; python_version<"3.8" # TODO: remove this when celery >= 5.3.0
django-timezone-field>=5.0
backports.zoneinfo; python_version<"3.9"
-tzdata
python-crontab>=2.3.4
cron-descriptor>=1.2.32
|