commit: dd2370416251362da194a96482d912f2ff3ddca3 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Tue Feb 22 08:16:58 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Tue Feb 22 08:17:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd237041
dev-python/mkdocs-git-revision-date-localized-plugin: add missing test dep mkdocs-i18n is not only a doc gen dep, but also a test dep Closes: https://bugs.gentoo.org/833869 Bug: https://bugs.gentoo.org/833871 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> .../mkdocs-git-revision-date-localized-plugin-1.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-1.0.0.ebuild b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-1.0.0.ebuild index 080b3b12c8bf..a3daa8c48a98 100644 --- a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-1.0.0.ebuild +++ b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-1.0.0.ebuild @@ -36,6 +36,7 @@ BDEPEND=" test? ( dev-python/click[${PYTHON_USEDEP}] dev-python/mkdocs-material[${PYTHON_USEDEP}] + dev-python/mkdocs-i18n dev-vcs/git ) doc? ( dev-vcs/git )
