dev-python/sphinxext-opengraph: Change dep to allow test and doc

Closes: https://bugs.gentoo.org/941280
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc
2024-10-11 17:12:22 +02:00
parent 9182f86c68
commit ded4e0ad81

View File

@@ -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