guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 1c9f8544a8b9b9a860b8c72ee17cc332ab6bfc1c
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Jan 30 23:47:49 2025 +0100

    gnu: Remove python-pylint native-input from some packages.
    
    Remove python-pylint from [native-inputs] in the following packages as
    not required for build/tests/install:
    
    * gnu/packages/games.scm (open-adventure)
    * gnu/packages/potassco.scm (python-clingraph)
    * gnu/packages/python-xyz.scm (python-lsp-jsonrpc, python-mediapy)
    * gnu/packages/virtualization.scm (python-qemu-qmp)
    
    Change-Id: I138d6ad7fbde00f76f77c14d728adce8d74f25bf
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/games.scm          | 1 -
 gnu/packages/potassco.scm       | 3 +--
 gnu/packages/python-xyz.scm     | 2 --
 gnu/packages/virtualization.scm | 1 -
 4 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 37b447d3d4..da786b0131 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8376,7 +8376,6 @@ at their peak of economic growth and military prowess.
              cppcheck
              libedit
              pkg-config
-             python-pylint
              python-pyyaml
              python-wrapper)
        (if (supported-package? ruby-asciidoctor/minimal)
diff --git a/gnu/packages/potassco.scm b/gnu/packages/potassco.scm
index 1abc6935d8..bcb1158214 100644
--- a/gnu/packages/potassco.scm
+++ b/gnu/packages/potassco.scm
@@ -745,8 +745,7 @@ logic programs based on clingo.")
                              python-jsonschema
                              python-networkx
                              python-setuptools))
-    (native-inputs (list dot2tex graphviz python-pylint python-pytest
-                         python-wheel))
+    (native-inputs (list dot2tex graphviz python-pytest python-wheel))
     (home-page "https://github.com/potassco/clingraph";)
     (synopsis "Visualizer for graphs defined as logic programs")
     (description
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3447ffe920..a047f0ad51 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6985,7 +6985,6 @@ after Andy Lester’s Perl module WWW::Mechanize.")
                              python-pillow))
     (native-inputs
      (list python-flit-core
-           python-pylint
            python-pytest
            python-pytest-xdist))
     (home-page "https://github.com/google/mediapy";)
@@ -10186,7 +10185,6 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom 
formats.")
      (list python-coverage
            python-pycodestyle
            python-pyflakes
-           python-pylint
            python-pytest
            python-pytest-cov
            python-setuptools
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index c4480f9f58..03dfd08f2e 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -2233,7 +2233,6 @@ mainly implemented in user space.")
      (list python-avocado-framework
            python-flake8
            python-isort
-           python-pylint
            python-setuptools
            python-setuptools-scm
            python-wheel))

Reply via email to