commit: 5b6762e81ec727b545a3d6dc1bab27344589663d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Feb 15 09:24:16 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Feb 15 09:31:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6762e8
dev-python/poetry-core: Add missing dep on dev-vcs/git Closes: https://bugs.gentoo.org/894534 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/poetry-core/poetry-core-1.5.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/poetry-core/poetry-core-1.5.0.ebuild b/dev-python/poetry-core/poetry-core-1.5.0.ebuild index 3662767312e7..1288ab17d4bc 100644 --- a/dev-python/poetry-core/poetry-core-1.5.0.ebuild +++ b/dev-python/poetry-core/poetry-core-1.5.0.ebuild @@ -36,6 +36,7 @@ BDEPEND=" dev-python/pep517[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] dev-python/virtualenv[${PYTHON_USEDEP}] + dev-vcs/git ) "
