diff options
Diffstat (limited to 'dev-python/pytest-cases/pytest-cases-3.6.14.ebuild')
-rw-r--r-- | dev-python/pytest-cases/pytest-cases-3.6.14.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/pytest-cases/pytest-cases-3.6.14.ebuild b/dev-python/pytest-cases/pytest-cases-3.6.14.ebuild index 339ac6326..ec84efea3 100644 --- a/dev-python/pytest-cases/pytest-cases-3.6.14.ebuild +++ b/dev-python/pytest-cases/pytest-cases-3.6.14.ebuild @@ -8,7 +8,10 @@ DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 DOCS_BUILDER="mkdocs" -DOCS_DEPEND="dev-python/mkdocs-material" +DOCS_DEPEND=( + dev-python/mkdocs-material + dev-python/regex +) inherit distutils-r1 docs pypi |