dev-python/mkdocs-git-revision-date-localized-plugin: depend on git-python

instead of GitPython::guru which is apperently the same package

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-12 14:45:58 +01:00
parent 219402d4f2
commit ff113655b4

View File

@@ -21,7 +21,7 @@ RESTRICT="test" # fails, mkdocs failed
RDEPEND="
>=dev-python/Babel-2.7.0[${PYTHON_USEDEP}]
dev-python/GitPython[${PYTHON_USEDEP}]
dev-python/git-python[${PYTHON_USEDEP}]
dev-python/mkdocs[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]"