commit: ded4e0ad81b82fe56dc7588d14d244a5b795b535 Author: Henri Gasc <gasc <AT> eurecom <DOT> fr> AuthorDate: Fri Oct 11 15:12:22 2024 +0000 Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr> CommitDate: Fri Oct 11 15:12:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ded4e0ad
dev-python/sphinxext-opengraph: Change dep to allow test and doc Closes: https://bugs.gentoo.org/941280 Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr> .../sphinxext-opengraph/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 2372c1b24..5b2dd5dbe 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
