diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-01-31 00:43:15 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:35 +0100 |
| commit | 5b2625c88940150a993472d3f91972e1e1bd7e3e (patch) | |
| tree | 2e34165b7d5a7481597dbd27765f9184558010fe | |
| parent | 047a9dc43bf5709e1ff203f4ef68fa0dbc3099da (diff) | |
gnu: Remove python-pycodestyle native-input from some packages.
Remove python-pycodestyle from [native-inputs] in the following packages
as not required for build/tests/install:
* gnu/packages/python-xyz.scm: (python-lsp-jsonrpc, python-diff-cover
python-lsp-server, python-affine)
Change-Id: Ibd609f89b5fe1f7750108676f98ee0fdc9daf7ab
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/python-xyz.scm | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 693c42caa1f..8b4c950eeed 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3061,7 +3061,7 @@ using a dot syntax, for example: @code{dictionary['deeply.nested.key']}.") (base32 "1shyvajayyzbkp9dihb4mz835jnkp0kqqbyjfqci6v43da6q2kd2")))) (build-system pyproject-build-system) - (propagated-inputs (list python-flake8 python-pydocstyle + (propagated-inputs (list python-flake8 python-pytest python-pytest-cov)) (native-inputs (list python-flit-core)) (home-page "https://github.com/rasterio/affine") @@ -10211,8 +10211,7 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats.") "04n95h0cqnsrdyh1gv0abh2i5ynyrq2wfqpppx9djp7mxr9y9226")))) (build-system pyproject-build-system) (native-inputs - (list python-pycodestyle - python-pyflakes + (list python-pyflakes python-pytest python-pytest-cov python-setuptools @@ -10616,7 +10615,6 @@ Server (PLS).") python-jedi python-lsp-jsonrpc python-pluggy - python-pycodestyle python-pydocstyle python-ujson python-whatthepatch @@ -24516,8 +24514,7 @@ the point of maximum curvature.") ;; Dropp check of flake8 in tests. #~(list "-k" "not test_file_does_not_exist"))) (native-inputs - (list python-pycodestyle - python-poetry-core + (list python-poetry-core python-pyflakes python-pylint python-pytest |
