Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-git-revision-date-localized-plugin/
Date: Tue, 22 Feb 2022 09:35:28
Message-Id: 1645522518.eb538617f122c620d00619e4a27b400ee1bdef1b.andrewammerlaan@gentoo
1 commit: eb538617f122c620d00619e4a27b400ee1bdef1b
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 22 09:35:00 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 22 09:35:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb538617
7
8 dev-python/mkdocs-git-revision-date-localized-plugin: add missing PYTHON_USEDEP
9
10 Bug: https://bugs.gentoo.org/833869
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
13
14 .../mkdocs-git-revision-date-localized-plugin-1.0.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 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
18 index a3daa8c48a98..382e8d33a817 100644
19 --- a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-1.0.0.ebuild
20 +++ b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-1.0.0.ebuild
21 @@ -36,7 +36,7 @@ BDEPEND="
22 test? (
23 dev-python/click[${PYTHON_USEDEP}]
24 dev-python/mkdocs-material[${PYTHON_USEDEP}]
25 - dev-python/mkdocs-i18n
26 + dev-python/mkdocs-i18n[${PYTHON_USEDEP}]
27 dev-vcs/git
28 )
29 doc? ( dev-vcs/git )