commit: 5fa5ce630662959438ef033f8dbefb720c0a85db Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Mar 28 13:57:43 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Mar 28 13:58:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa5ce63
dev-python/boto3: Remove broken USE=doc Closes: https://bugs.gentoo.org/902827 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/boto3/boto3-1.26.99.ebuild | 2 -- dev-python/boto3/boto3-9999.ebuild | 2 -- 2 files changed, 4 deletions(-) diff --git a/dev-python/boto3/boto3-1.26.99.ebuild b/dev-python/boto3/boto3-1.26.99.ebuild index 9523f65d5fb9..2a4a7643203e 100644 --- a/dev-python/boto3/boto3-1.26.99.ebuild +++ b/dev-python/boto3/boto3-1.26.99.ebuild @@ -43,8 +43,6 @@ BDEPEND=" ) " -distutils_enable_sphinx docs/source \ - 'dev-python/guzzle_sphinx_theme' distutils_enable_tests pytest python_prepare_all() { diff --git a/dev-python/boto3/boto3-9999.ebuild b/dev-python/boto3/boto3-9999.ebuild index ed743a9900ca..02acad650533 100644 --- a/dev-python/boto3/boto3-9999.ebuild +++ b/dev-python/boto3/boto3-9999.ebuild @@ -43,8 +43,6 @@ BDEPEND=" ) " -distutils_enable_sphinx docs/source \ - 'dev-python/guzzle_sphinx_theme' distutils_enable_tests pytest python_prepare_all() {
