https://bugzilla.redhat.com/show_bug.cgi?id=2035846
Miro Hrončok mhroncok@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |WONTFIX Last Closed| |2022-01-18 10:47:01
--- Comment #2 from Miro Hrončok mhroncok@redhat.com --- https://flit.readthedocs.io/en/stable/history.html#version-3-6
Version 3.6
flit_core now bundles the tomli TOML parser library (version 1.2.3) to avoid a circular dependency between flit_core and tomli (PR #492). This means flit_core now has no dependencies except Python itself, both at build time and at runtime, simplifying bootstrapping.
-----------------
We will eventually update to a version that bundles tomli and we will need to decide whether to unbundle or not, but there is no reason to update to a version that only adds that.