summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-04-16 14:59:18 +0200
committerGuix Patches Tester <>2024-04-17 14:16:13 +0200
commit53947bdfc538759e9c90f5ef609947dfd62cca54 (patch)
tree7504c53b770b3d270b80b9310c5a701999c54345
parentf7f825f2eb9109527e333e3cc5908ff9015a3fe7 (diff)
downloadguix-patches-issue-70416.tar
guix-patches-issue-70416.tar.gz
gnu: python-mediapy: Remove python-pylint native-input.issue-70416
* gnu/packages/python-xyz.scm (python-mediapy): [native-inputs]: Remove python-pylint. Change-Id: Ia7146dfed5081aa356ef982bb9643b46c12a9eab
-rw-r--r--gnu/packages/python-xyz.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a88ae2e14e..fbb03f2a39 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4231,7 +4231,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")