commit:     234bb21288be113b773a655dae53afb38fc239d9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 08:12:21 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 08:12:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=234bb212

dev-python/isort: Add missing test-dep on natsort

Closes: https://bugs.gentoo.org/797466
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/isort/isort-5.9.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/isort/isort-5.9.1.ebuild 
b/dev-python/isort/isort-5.9.1.ebuild
index a32718f7bb0..a551d25dd85 100644
--- a/dev-python/isort/isort-5.9.1.ebuild
+++ b/dev-python/isort/isort-5.9.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~x86"
 
 RDEPEND="
        dev-python/toml[${PYTHON_USEDEP}]"
@@ -25,6 +25,7 @@ BDEPEND="
                dev-python/black[${PYTHON_USEDEP}]
                dev-python/colorama[${PYTHON_USEDEP}]
                dev-python/hypothesis[${PYTHON_USEDEP}]
+               dev-python/natsort[${PYTHON_USEDEP}]
                dev-python/pylama[${PYTHON_USEDEP}]
                dev-python/pytest-mock[${PYTHON_USEDEP}]
                dev-vcs/git

Reply via email to