summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-09-15 11:06:01 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-09-15 11:09:24 +0300
commit3db619e1f1d78f881b04ef7e5950830b7acd07a7 (patch)
tree646e24191331a91d90cda241f76d3d6e7c0b9304 /dev-python/pydata-sphinx-theme
parentdev-python/spyder: version bump 4.1.5 (diff)
downloadgentoo-3db619e1f1d78f881b04ef7e5950830b7acd07a7.tar.gz
gentoo-3db619e1f1d78f881b04ef7e5950830b7acd07a7.tar.bz2
gentoo-3db619e1f1d78f881b04ef7e5950830b7acd07a7.zip
dev-python/pydata-sphinx-theme: add missing test dep
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/pydata-sphinx-theme')
-rw-r--r--dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild3
1 files changed, 2 insertions, 1 deletions
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 9f7e0b53939b..7c71c8ae5f24 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}]"