Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/
Date: Tue, 15 Sep 2020 08:09:47
Message-Id: 1600157364.3db619e1f1d78f881b04ef7e5950830b7acd07a7.juippis@gentoo
1 commit: 3db619e1f1d78f881b04ef7e5950830b7acd07a7
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 15 08:06:01 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 08:09:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db619e1
7
8 dev-python/pydata-sphinx-theme: add missing test dep
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 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
16 index 9f7e0b53939..7c71c8ae5f2 100644
17 --- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild
18 +++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild
19 @@ -16,7 +16,8 @@ LICENSE="BSD-with-disclosure"
20 SLOT="0"
21 KEYWORDS="~amd64 ~x86"
22
23 -BDEPEND="dev-python/pytest-regressions[${PYTHON_USEDEP}]"
24 +BDEPEND="dev-python/pytest-regressions[${PYTHON_USEDEP}]
25 + test? ( dev-python/beautifulsoup[${PYTHON_USEDEP}] )"
26
27 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"