mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
Now that setuptools requires tomli as well, it is no longer possible to cleanly bootstrap it. We could use plain distutils for the time being but with its deprecation, this is only a short-term solution. Instead, fetch the wheel to get dist-info and install it manually. Closes: https://bugs.gentoo.org/821448 Signed-off-by: Michał Górny <mgorny@gentoo.org>