mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
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:
committed by
Sam James
parent
a108ada6cb
commit
f07f78d9e0
@@ -33,6 +33,7 @@ RDEPEND="
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
test? (
|
||||
dev-python/httpretty[${PYTHON_USEDEP}]
|
||||
dev-python/keyring[${PYTHON_USEDEP}]
|
||||
Reference in New Issue
Block a user