Package: python-croniter Version: 0.3.34-4 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu hirsute ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/control: python3-tzlocal is a test-only dependency so remove it from Depends. Thanks for considering the patch. -- System Information: Debian Release: bullseye/sid APT prefers hirsute APT policy: (500, 'hirsute') Architecture: amd64 (x86_64) Kernel: Linux 5.8.0-31-generic (SMP w/6 CPU threads) Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff -Nru python-croniter-0.3.34/debian/control python-croniter-0.3.34/debian/control --- python-croniter-0.3.34/debian/control 2020-11-20 23:15:26.000000000 +0000 +++ python-croniter-0.3.34/debian/control 2021-01-07 10:42:30.000000000 +0000 @@ -29,9 +29,10 @@ python3-dateutil, python3-natsort, python3-tz, - python3-tzlocal, ${misc:Depends}, ${python3:Depends}, +Suggests: + python3-tzlocal, Description: provides iteration for datetime object with cron like format - Python 3.x Croniter is a Python module to provide iteration for datetime object. Given a cron tab text entry as input, it Croniter will output all the dates matching