Skip to content

Commit

Permalink
python3.9 zoneinfo module recommends tzdata
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Jul 6, 2020
1 parent a23380b commit d8216a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Multi-Arch: same
Priority: optional
Pre-Depends: ${misc:Pre-Depends}
Depends: libpython3.9-minimal (= ${binary:Version}), mime-support, ${shlibs:Depends}, ${misc:Depends}
Recommends: tzdata
Description: Interactive high-level object-oriented language (standard library, version 3.9)
Python is a high-level, interactive, object-oriented language. Its 3.9 version
includes an extensive class library with lots of goodies for
Expand Down
1 change: 1 addition & 0 deletions debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Multi-Arch: same
Priority: @PRIO@
Pre-Depends: ${misc:Pre-Depends}
Depends: lib@PVER@-minimal (= ${binary:Version}), mime-support, ${shlibs:Depends}, ${misc:Depends}
Recommends: tzdata
Description: Interactive high-level object-oriented language (standard library, version @VER@)
Python is a high-level, interactive, object-oriented language. Its @VER@ version
includes an extensive class library with lots of goodies for
Expand Down

0 comments on commit d8216a1

Please sign in to comment.