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: Fri, 08 Apr 2022 07:33:35
Message-Id: 1649403203.d71606d1dc7f0f7762ee5d05842ca8025e62210e.mgorny@gentoo
1 commit: d71606d1dc7f0f7762ee5d05842ca8025e62210e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 8 07:14:42 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 8 07:33:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71606d1
7
8 dev-python/hatchling: Add test dep on dev-python/virtualenv
9
10 Closes: https://bugs.gentoo.org/837212
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 0dc9abc647ee..be8f4b765bce 100644
18 --- a/dev-python/hatchling/hatchling-0.22.0.ebuild
19 +++ b/dev-python/hatchling/hatchling-0.22.0.ebuild
20 @@ -42,6 +42,7 @@ BDEPEND="
21 dev-python/platformdirs[${PYTHON_USEDEP}]
22 dev-python/rich[${PYTHON_USEDEP}]
23 dev-python/tomli-w[${PYTHON_USEDEP}]
24 + dev-python/virtualenv[${PYTHON_USEDEP}]
25 ' 'python*')
26 )
27 "