From f07f78d9e015c9ba7f653dbbcbdafd9cd4a86431 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 24 Jan 2023 12:05:20 +0100 Subject: [PATCH] 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 Closes: https://github.com/gentoo/gentoo/pull/29243 Signed-off-by: Sam James --- dev-python/boto/{boto-2.49.0-r5.ebuild => boto-2.49.0-r6.ebuild} | 1 + 1 file changed, 1 insertion(+) rename dev-python/boto/{boto-2.49.0-r5.ebuild => boto-2.49.0-r6.ebuild} (99%) 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 d77bda3ff3a17..4044a5d7d0636 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}]