commit:     f07f78d9e015c9ba7f653dbbcbdafd9cd4a86431
Author:     Krzesimir Nowak <knowak <AT> microsoft <DOT> com>
AuthorDate: Tue Jan 24 11:05:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 05:42:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07f78d9

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 <AT> microsoft.com>
Closes: https://github.com/gentoo/gentoo/pull/29243
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/boto/{boto-2.49.0-r5.ebuild => boto-2.49.0-r6.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/boto/boto-2.49.0-r5.ebuild 
b/dev-python/boto/boto-2.49.0-r6.ebuild
similarity index 99%
rename from dev-python/boto/boto-2.49.0-r5.ebuild
rename to dev-python/boto/boto-2.49.0-r6.ebuild
index d77bda3ff3a1..4044a5d7d063 100644
--- a/dev-python/boto/boto-2.49.0-r5.ebuild
+++ b/dev-python/boto/boto-2.49.0-r6.ebuild
@@ -33,6 +33,7 @@ RDEPEND="
 "
 
 BDEPEND="
+       ${RDEPEND}
        test? (
                dev-python/httpretty[${PYTHON_USEDEP}]
                dev-python/keyring[${PYTHON_USEDEP}]

Reply via email to