dev-python/pymdown-extensions: Require pygments for tests

Closes: https://bugs.gentoo.org/767280
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-01-26 13:33:40 +01:00
parent 0a9faa3ea7
commit 7840e0d690

View File

@@ -31,6 +31,7 @@ RDEPEND=">=dev-python/markdown-3.2[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-vcs/git
)"