commit: 3db619e1f1d78f881b04ef7e5950830b7acd07a7
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 15 08:06:01 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 08:09:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db619e1
dev-python/pydata-sphinx-theme: add missing test dep
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild
index 9f7e0b53939..7c71c8ae5f2 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild
@@ -16,7 +16,8 @@ LICENSE="BSD-with-disclosure"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-BDEPEND="dev-python/pytest-regressions[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/pytest-regressions[${PYTHON_USEDEP}]
+ test? ( dev-python/beautifulsoup[${PYTHON_USEDEP}] )"
RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"