lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit b6f7abaefd9dc1d486744b89b6f516d554febc08
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Fri Dec 31 15:21:19 2021 +0100
gnu: python-yamllint: Remove redundant input.
* gnu/packages/python-xyz.scm (python-yamllint)[native-inputs]: Remove
python-setuptools.
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7ce0ccc56a..5bb9d77eeb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21298,7 +21298,7 @@ user's @file{~/Trash} directory.")
(base32 "090krlxj7az0d9yl8i20vjrqi66dfxx7y5xakjhxzsfp7qmldnc7"))))
(build-system python-build-system)
(propagated-inputs
- (list python-pathspec python-pyyaml python-setuptools))
+ (list python-pathspec python-pyyaml))
(home-page "https://github.com/adrienverge/yamllint")
(synopsis "Linter for YAML files")
(description