summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-09-15 18:19:45 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-09-15 21:27:05 +0300
commit6c794ed579aa0ff5439fc56c4fc6bcfed4264552 (patch)
tree56e5430ac59c8f987d98a28706430f68da7bfeb1 /dev-python/pydata-sphinx-theme
parentnet-dns/bind-9.16.6-r1: Revbump, pull in patch for bug #741162 (diff)
downloadgentoo-6c794ed579aa0ff5439fc56c4fc6bcfed4264552.tar.gz
gentoo-6c794ed579aa0ff5439fc56c4fc6bcfed4264552.tar.bz2
gentoo-6c794ed579aa0ff5439fc56c4fc6bcfed4264552.zip
dev-python/pydata-sphinx-theme: correct test dep
Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/17551 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.ebuild6
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}]"