diff mbox series

[bug#70416,1/9] gnu: python-fastjsonschema: Remove python-pylint native-input.

Message ID 20240416125953.25550-1-ngraves@ngraves.fr
State New
Headers show
Series Remove uneeded python-pylint package in native-inputs. | expand

Commit Message

Nicolas Graves April 16, 2024, 12:59 p.m. UTC
* gnu/packages/python-xyz.scm (python-fastjsonschema):
  [native-inputs]: Remove python-pylint.

Change-Id: If6a20e0b790f7157013a6868bba9e4a8d7e5ba28
---
 gnu/packages/python-xyz.scm | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 44c709a880..0f4ab26638 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16676,7 +16676,6 @@  (define-public python-fastjsonschema
      (list python-colorama
            python-json-spec
            python-jsonschema
-           python-pylint
            python-pytest
            python-pytest-benchmark
            python-pytest-cache))