commit: 81e90b99dc3c05adb061ef194259bde16709c148
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Sat Oct 12 15:41:17 2024 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Sat Oct 12 15:41:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81e90b99
dev-python/sphinxext-opengraph: Fix BDEPEND
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
index 5b2dd5dbe..d07943420 100644
--- a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
+++ b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
@@ -27,7 +27,10 @@ RDEPEND="
dev-python/sphinx-design[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
"
-BDEPEND="${RDEPEND}"
-DEPEND="${RDEPEND}"
+BDEPEND="
+ doc? (
+ ${RDEPEND}
+ )
+"
distutils_enable_tests pytest