diff options
Diffstat (limited to 'dev-python/pydata-sphinx-theme')
-rw-r--r-- | dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild | 6 |
1 files 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 7c71c8ae5f24..cdb917978f59 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}]" |