[Bug 1904271] Re: Python 3.9 package is missing dependency on tzdata

2021-03-18 Thread Dimitri John Ledkov
Installing -full package will pull in all the things and make all the things work. We absolutely have a wrath of people complaining about the size of tzdata and that it must not be in their containers / systems, even though they otherwise use python. so would you rather not ship zoneinfo module,

[Bug 1904271] Re: Python 3.9 package is missing dependency on tzdata

2021-02-11 Thread Dimitri John Ledkov
we just removed tzdata to be not required. and it will make core snaps larger, because normally we exclude tzdata from minimal installs. ** Changed in: python3.9 (Ubuntu) Status: New => Confirmed ** Changed in: python3.9 (Ubuntu) Importance: Undecided => Wishlist -- You received

[Bug 1904271] Re: Python 3.9 package is missing dependency on tzdata

2021-02-09 Thread Brian Murray
** Tags added: rls-gg-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1904271 Title: Python 3.9 package is missing dependency on tzdata To manage notifications about this bug go to:

[Bug 1904271] Re: Python 3.9 package is missing dependency on tzdata

2021-02-08 Thread Colin Watson
Matthias, your comment #2 is mistaken for two reasons: * In Ubuntu, tzdata is Priority: important, not Priority: required. * Only dependencies on Essential packages may be omitted; merely being Priority: required is not sufficient. See Debian policy 3.5. ** Changed in: python3.9 (Ubuntu)

[Bug 1904271] Re: Python 3.9 package is missing dependency on tzdata

2020-11-16 Thread Paul G
As I mentioned on the Arch Linux tracker, I think there are good reasons for declaring an explicit dependency on tzdata even if it the dependency should be satisfied transitively or implicitly: https://bugs.archlinux.org/task/68642?project=1=python Presumably it doesn't hurt anything to

[Bug 1904271] Re: Python 3.9 package is missing dependency on tzdata

2020-11-16 Thread Christian Heimes
Required or not, it's not part of the Ubuntu container image and therefore not available in minimal container setups. My initial comment contains a reproducer for the issue. It shows that zoneinfo module is broken in Ubuntu Groovy container. -- You received this bug notification because you are

[Bug 1904271] Re: Python 3.9 package is missing dependency on tzdata

2020-11-16 Thread Matthias Klose
tzdata is a required package. See Debian policy 2.5. ** Changed in: python3.9 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1904271 Title: Python 3.9 package

[Bug 1904271] Re: Python 3.9 package is missing dependency on tzdata

2020-11-15 Thread Hans Joachim Desserud
** Tags added: groovy packaging -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1904271 Title: Python 3.9 package is missing dependency on tzdata To manage notifications about this bug go to:

[Bug 1904271] Re: Python 3.9 package is missing dependency on tzdata

2020-11-14 Thread Christian Heimes
# export DEBIAN_FRONTEND="noninteractive" # apt install -yq tzdata # python3.9 -c 'import zoneinfo; print(zoneinfo.ZoneInfo("CET"))' CET -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1904271 Title: