Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit b1c2eef

Browse files
committed
* libpython3.12-stdlib: Depend on tzdata. Addresses: #1037168.
1 parent 053dbf9 commit b1c2eef

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
python3.12 (3.12.0~b3-1) unstable; urgency=medium
28

39
* Python 3.12.0 beta 3 snapshot.

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Multi-Arch: same
6464
Priority: optional
6565
Pre-Depends: ${misc:Pre-Depends}
6666
Depends: libpython3.12-minimal (= ${binary:Version}),
67-
media-types | mime-support,
67+
media-types | mime-support, tzdata,
6868
${shlibs:Depends}, ${misc:Depends}
6969
Breaks: python3-gdbm (<< 3.9.9-1~)
7070
Replaces: python3-gdbm (<< 3.9.9-1~)

debian/control.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Multi-Arch: same
6464
Priority: @PRIO@
6565
Pre-Depends: ${misc:Pre-Depends}
6666
Depends: lib@PVER@-minimal (= ${binary:Version}),
67-
media-types | mime-support,
67+
media-types | mime-support, tzdata,
6868
${shlibs:Depends}, ${misc:Depends}
6969
Breaks: python3-gdbm (<< 3.9.9-1~)
7070
Replaces: python3-gdbm (<< 3.9.9-1~)

0 commit comments

Comments
 (0)