diff options
author | 2023-01-24 12:05:20 +0100 | |
---|---|---|
committer | 2023-01-25 05:42:34 +0000 | |
commit | f07f78d9e015c9ba7f653dbbcbdafd9cd4a86431 (patch) | |
tree | 342c8de9f6ac1bbf5b5ce1319cd1c4099e0d05ca /dev-python | |
parent | */*: bump to 11.11 (diff) | |
download | gentoo-f07f78d9e015c9ba7f653dbbcbdafd9cd4a86431.tar.gz gentoo-f07f78d9e015c9ba7f653dbbcbdafd9cd4a86431.tar.bz2 gentoo-f07f78d9e015c9ba7f653dbbcbdafd9cd4a86431.zip |
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>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/boto/boto-2.49.0-r6.ebuild (renamed from dev-python/boto/boto-2.49.0-r5.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/boto/boto-2.49.0-r5.ebuild b/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}] |