From 81e90b99dc3c05adb061ef194259bde16709c148 Mon Sep 17 00:00:00 2001 From: Henri Gasc Date: Sat, 12 Oct 2024 17:41:17 +0200 Subject: [PATCH] dev-python/sphinxext-opengraph: Fix BDEPEND Signed-off-by: Henri Gasc --- .../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 5b2dd5dbe3..d079434205 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