commit: 11cf08a53deb85278c9052a4ecc403637fed2dad Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Apr 7 07:48:36 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Apr 7 07:49:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11cf08a5
dev-python/hatchling: Add missing platformdirs dep Closes: https://bugs.gentoo.org/836984 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/hatchling/hatchling-0.22.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/hatchling/hatchling-0.22.0.ebuild b/dev-python/hatchling/hatchling-0.22.0.ebuild index 2129e316e6e4..72e3b3bb04e8 100644 --- a/dev-python/hatchling/hatchling-0.22.0.ebuild +++ b/dev-python/hatchling/hatchling-0.22.0.ebuild @@ -38,6 +38,7 @@ BDEPEND=" dev-python/atomicwrites[${PYTHON_USEDEP}] dev-python/click[${PYTHON_USEDEP}] dev-python/httpx[${PYTHON_USEDEP}] + dev-python/platformdirs[${PYTHON_USEDEP}] dev-python/rich[${PYTHON_USEDEP}] ) "
