guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit ebc6116c430f554af6c229d2b5fab8eb4699d98a
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Jan 27 10:05:52 2026 +0100

    gnu: python-diff-cover: Add python-pycodestyle native-input.
    
    * gnu/packages/python-xyz.scm (python-diff-cover)[native-inputs]: Add
    python-pycodestyle.
    
    Change-Id: Ieb6c991415bf445684e449a3e2d2362449a20d57
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 57809b347f..0eda8a7325 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24271,7 +24271,8 @@ the point of maximum curvature.")
       ;; Dropp check of flake8 in tests.
       #~(list "-k" "not test_file_does_not_exist")))
     (native-inputs
-     (list python-poetry-core
+     (list python-pycodestyle
+           python-poetry-core
            python-pyflakes
            python-pylint
            python-pytest

Reply via email to