From d7b15a363b807309b5332a94fdea196318c79773 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 12 Jan 2022 18:04:39 +0100 Subject: gnu: python-isort: Simplify inputs. * gnu/packages/python-xyz.scm (python-isort)[native-inputs]: Remove labels. --- gnu/packages/python-xyz.scm | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bda5692a50..e212ae1557 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -18506,16 +18506,16 @@ multitouch applications.") "-k" "not test_gitignore" ;requires git "--ignore=tests/unit/test_deprecated_finders.py"))))))) (native-inputs - `(("python-black" ,python-black) - ("python-colorama" ,python-colorama) - ("python-hypothesmith" ,python-hypothesmith) - ("python-libcst" ,python-libcst-minimal) - ("python-natsort" ,python-natsort) - ("python-poetry-core" ,python-poetry-core) - ("python-pylama" ,python-pylama) - ("python-pypa-build" ,python-pypa-build) - ("python-pytest-mock" ,python-pytest-mock) - ("python-pytest" ,python-pytest))) + (list python-black + python-colorama + python-hypothesmith + python-libcst-minimal + python-natsort + python-poetry-core + python-pylama + python-pypa-build + python-pytest-mock + python-pytest)) (home-page "https://github.com/PyCQA/isort") (synopsis "Python utility/library to sort python imports") (description "@code{python-isort} is a python utility/library to sort -- cgit v1.2.3