guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

82/150: gnu: python-yamllint: Remove redundant input.


From: guix-commits
Subject: 82/150: gnu: python-yamllint: Remove redundant input.
Date: Sun, 24 Apr 2022 05:12:26 -0400 (EDT)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit b6f7abaefd9dc1d486744b89b6f516d554febc08
Author: Lars-Dominik Braun <lars@6xq.net>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]