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/isort/
Date: Tue, 22 Jun 2021 08:13:10
Message-Id: 1624349570.234bb21288be113b773a655dae53afb38fc239d9.mgorny@gentoo
1 commit: 234bb21288be113b773a655dae53afb38fc239d9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 22 08:12:21 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 22 08:12:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=234bb212
7
8 dev-python/isort: Add missing test-dep on natsort
9
10 Closes: https://bugs.gentoo.org/797466
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/isort/isort-5.9.1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/isort/isort-5.9.1.ebuild b/dev-python/isort/isort-5.9.1.ebuild
17 index a32718f7bb0..a551d25dd85 100644
18 --- a/dev-python/isort/isort-5.9.1.ebuild
19 +++ b/dev-python/isort/isort-5.9.1.ebuild
20 @@ -16,7 +16,7 @@ SRC_URI="
21
22 LICENSE="MIT"
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
25 +KEYWORDS="~amd64 ~arm64 ~ia64 ~x86"
26
27 RDEPEND="
28 dev-python/toml[${PYTHON_USEDEP}]"
29 @@ -25,6 +25,7 @@ BDEPEND="
30 dev-python/black[${PYTHON_USEDEP}]
31 dev-python/colorama[${PYTHON_USEDEP}]
32 dev-python/hypothesis[${PYTHON_USEDEP}]
33 + dev-python/natsort[${PYTHON_USEDEP}]
34 dev-python/pylama[${PYTHON_USEDEP}]
35 dev-python/pytest-mock[${PYTHON_USEDEP}]
36 dev-vcs/git