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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-01-30 23:47:49 +01:00 committed by Sharlatan Hellseher
parent e37f6dc3fd
commit d4fc8f529d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
4 changed files with 1 additions and 6 deletions

View file

@ -8410,7 +8410,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)

View file

@ -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

View file

@ -6985,7 +6985,6 @@ after Andy Lesters 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

View file

@ -2241,7 +2241,6 @@ mainly implemented in user space.")
(list python-avocado-framework
python-flake8
python-isort
python-pylint
python-setuptools
python-setuptools-scm
python-wheel))