diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-07 09:48:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-07 09:49:03 +0200 |
commit | 11cf08a53deb85278c9052a4ecc403637fed2dad (patch) | |
tree | 786864dd484a946f5ee9cac2125abccc1ba232b2 /dev-python/hatchling | |
parent | media-fonts/fonts-meta: stabilize 2 for x86 (diff) | |
download | gentoo-11cf08a53deb85278c9052a4ecc403637fed2dad.tar.gz gentoo-11cf08a53deb85278c9052a4ecc403637fed2dad.tar.bz2 gentoo-11cf08a53deb85278c9052a4ecc403637fed2dad.zip |
dev-python/hatchling: Add missing platformdirs dep
Closes: https://bugs.gentoo.org/836984
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hatchling')
-rw-r--r-- | dev-python/hatchling/hatchling-0.22.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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}] ) " |