This repository was archived by the owner on Mar 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ python3.12 (3.12.0~b3-2) UNRELEASED; urgency=medium
2+
3+ * libpython3.12-stdlib: Depend on tzdata. Addresses: #1037168.
4+
5+ -- Matthias Klose <
[email protected] > Thu, 06 Jul 2023 08:45:07 +0200
6+
17python3.12 (3.12.0~b3-1) unstable; urgency=medium
28
39 * Python 3.12.0 beta 3 snapshot.
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Multi-Arch: same
6464Priority: optional
6565Pre-Depends: ${misc:Pre-Depends}
6666Depends: libpython3.12-minimal (= ${binary:Version}),
67- media-types | mime-support,
67+ media-types | mime-support, tzdata,
6868 ${shlibs:Depends}, ${misc:Depends}
6969Breaks: python3-gdbm (<< 3.9.9-1~)
7070Replaces: python3-gdbm (<< 3.9.9-1~)
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Multi-Arch: same
6464Priority: @PRIO@
6565Pre-Depends: ${misc:Pre-Depends}
6666Depends: lib@PVER@-minimal (= ${binary:Version}),
67- media-types | mime-support,
67+ media-types | mime-support, tzdata,
6868 ${shlibs:Depends}, ${misc:Depends}
6969Breaks: python3-gdbm (<< 3.9.9-1~)
7070Replaces: python3-gdbm (<< 3.9.9-1~)
You can’t perform that action at this time.
0 commit comments