diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-01-31 00:05:30 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:35 +0100 |
| commit | 015bc199ef39310330f97b972a9d0058296766a6 (patch) | |
| tree | 7b7522ba15fed9b4222c6a37d3624fb8904a1a39 /gnu/packages/simulation.scm | |
| parent | 6f6c88d72c89613a1ea02d6ba6596e56c64326f1 (diff) | |
gnu: Remove python-flake8 native-input from some packages.
Remove python-flake8 from [native-inputs] in the following packages as
not required for build/tests/install:
* gnu/packages/bioinformatics.scm: (python-doubletdetection)
* gnu/packages/ebook.scm: (calibre)
* gnu/packages/graph.scm: (python-pygsp)
* gnu/packages/machine-learning.scm: (python-pymanopt, python-pyro-api)
* gnu/packages/python-web.scm: (python-furl)
* gnu/packages/python-xyz.scm: (python-jinja2-cli)
* gnu/packages/simulation.scm: (python-dolfin-adjoint)
* gnu/packages/vpn.scm: (sshuttle)
* gnu/packages/music.scm (python-mutagen):
[arguments]<#:test-flags>: Ignore flake8 quality tests.
[native-inputs]: Remove python-flake8.
Change-Id: I2789b8711faf3aa60a4bfa2062f95616e216d6c3
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/simulation.scm')
| -rw-r--r-- | gnu/packages/simulation.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm index e228e13cee6..46ce486d4dc 100644 --- a/gnu/packages/simulation.scm +++ b/gnu/packages/simulation.scm @@ -1506,7 +1506,6 @@ counters and tunnels).") (list pkg-config python-coverage python-decorator - python-flake8 python-pkgconfig python-pytest python-setuptools |
