Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hatchling/
Date: Thu, 07 Apr 2022 07:49:10
Message-Id: 1649317743.11cf08a53deb85278c9052a4ecc403637fed2dad.mgorny@gentoo
1 commit: 11cf08a53deb85278c9052a4ecc403637fed2dad
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 7 07:48:36 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 7 07:49:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11cf08a5
7
8 dev-python/hatchling: Add missing platformdirs dep
9
10 Closes: https://bugs.gentoo.org/836984
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/hatchling/hatchling-0.22.0.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-python/hatchling/hatchling-0.22.0.ebuild b/dev-python/hatchling/hatchling-0.22.0.ebuild
17 index 2129e316e6e4..72e3b3bb04e8 100644
18 --- a/dev-python/hatchling/hatchling-0.22.0.ebuild
19 +++ b/dev-python/hatchling/hatchling-0.22.0.ebuild
20 @@ -38,6 +38,7 @@ BDEPEND="
21 dev-python/atomicwrites[${PYTHON_USEDEP}]
22 dev-python/click[${PYTHON_USEDEP}]
23 dev-python/httpx[${PYTHON_USEDEP}]
24 + dev-python/platformdirs[${PYTHON_USEDEP}]
25 dev-python/rich[${PYTHON_USEDEP}]
26 )
27 "