commit:     fb54522c3b524c9b65400ff912d474893ad3d089
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 06:32:26 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 06:32:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb54522c

dev-python/sphinx-autoapi: add a missing test dependency

 - only a test dep based on upstream CI config.

Bug: https://bugs.gentoo.org/908294
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/sphinx-autoapi/sphinx-autoapi-2.1.1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-2.1.1.ebuild 
b/dev-python/sphinx-autoapi/sphinx-autoapi-2.1.1.ebuild
index 2cfb42fd2bf7..071d7a7148a8 100644
--- a/dev-python/sphinx-autoapi/sphinx-autoapi-2.1.1.ebuild
+++ b/dev-python/sphinx-autoapi/sphinx-autoapi-2.1.1.ebuild
@@ -31,6 +31,10 @@ RDEPEND="
        >=dev-python/sphinx-6.0[${PYTHON_USEDEP}]
 "
 
+BDEPEND+="
+       test? ( dev-python/beautifulsoup4[${PYTHON_USEDEP}] )
+"
+
 DOCS=( README.rst CHANGELOG.rst )
 
 distutils_enable_tests pytest

Reply via email to