commit: 6c794ed579aa0ff5439fc56c4fc6bcfed4264552 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Sep 15 16:19:45 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Sep 15 18:27:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c794ed5
dev-python/pydata-sphinx-theme: correct test dep Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> Closes: https://github.com/gentoo/gentoo/pull/17551 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 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 7c71c8ae5f2..cdb917978f5 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,8 +16,10 @@ LICENSE="BSD-with-disclosure" SLOT="0" KEYWORDS="~amd64 ~x86" -BDEPEND="dev-python/pytest-regressions[${PYTHON_USEDEP}] - test? ( dev-python/beautifulsoup[${PYTHON_USEDEP}] )" +BDEPEND="test? ( + dev-python/beautifulsoup[${PYTHON_USEDEP}] + dev-python/pytest-regressions[${PYTHON_USEDEP}] +)" RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
