guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 6912158f772e4b4a099e3e245b58edb66122e041
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 1ba1801b46..8acbfd8bde 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