mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-30 16:57:29 -07:00
The setup.py scripts acquires the version information by importing the boto module, which in turn imports the six module. Since running setup.py happens at a build time and the six module was unbundled (so the code comes now from the dev-python/six package), this means that the six module is also a build-time dependency. Signed-off-by: Krzesimir Nowak <knowak@microsoft.com> Closes: https://github.com/gentoo/gentoo/pull/29243 Signed-off-by: Sam James <sam@gentoo.org>