commit: a5c2bc431477d05c8411e6f9dde8b9acf3e7ffe0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 19 15:57:48 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 19 15:57:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c2bc43
dev-python/poetry-core: Add test dep on dev-python/tomli-w Closes: https://bugs.gentoo.org/906779 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/poetry-core/poetry-core-1.6.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/poetry-core/poetry-core-1.6.0.ebuild b/dev-python/poetry-core/poetry-core-1.6.0.ebuild index 6a16a851d629..f84ff54c317b 100644 --- a/dev-python/poetry-core/poetry-core-1.6.0.ebuild +++ b/dev-python/poetry-core/poetry-core-1.6.0.ebuild @@ -38,6 +38,7 @@ BDEPEND=" dev-python/build[${PYTHON_USEDEP}] dev-python/pep517[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] + dev-python/tomli-w[${PYTHON_USEDEP}] dev-python/virtualenv[${PYTHON_USEDEP}] dev-vcs/git )
