dev-python/boto: Make dev-python/six a build dependency too

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>
This commit is contained in:
Krzesimir Nowak
2023-01-24 12:05:20 +01:00
committed by Sam James
parent a108ada6cb
commit f07f78d9e0

View File

@@ -33,6 +33,7 @@ RDEPEND="
"
BDEPEND="
${RDEPEND}
test? (
dev-python/httpretty[${PYTHON_USEDEP}]
dev-python/keyring[${PYTHON_USEDEP}]