From ded4e0ad81b82fe56dc7588d14d244a5b795b535 Mon Sep 17 00:00:00 2001 From: Henri Gasc Date: Fri, 11 Oct 2024 17:12:22 +0200 Subject: [PATCH] dev-python/sphinxext-opengraph: Change dep to allow test and doc Closes: https://bugs.gentoo.org/941280 Signed-off-by: Henri Gasc --- .../sphinxext-opengraph-0.9.1.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 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 2372c1b246..5b2dd5dbe3 100644 --- a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild +++ b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild @@ -21,13 +21,13 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -BDEPEND=" - doc? ( - dev-python/myst-parser[${PYTHON_USEDEP}] - dev-python/furo[${PYTHON_USEDEP}] - dev-python/sphinx-design[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - ) +RDEPEND=" + dev-python/myst-parser[${PYTHON_USEDEP}] + dev-python/furo[${PYTHON_USEDEP}] + dev-python/sphinx-design[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] " +BDEPEND="${RDEPEND}" +DEPEND="${RDEPEND}" distutils_enable_tests pytest