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/python-web.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/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index eef6d01b44e..ff5571c3fb8 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3217,7 +3217,7 @@ origin than that of the web application.") (propagated-inputs (list python-orderedmultidict python-six)) (native-inputs - (list python-flake8 python-pytest python-setuptools python-wheel)) + (list python-pytest python-setuptools python-wheel)) (home-page "https://github.com/gruns/furl") (synopsis "URL manipulation in Python") (description "Furl provides an easy-to-use alternative to the |
