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

commit 9d9793485add63705f87c6175fbcaabe6a124693
Author: Vinicius Monego <[email protected]>
AuthorDate: Sat Jun 1 16:57:55 2024 +0200

    gnu: python-seaborn: Remove pre-commit from native-inputs.
    
    * gnu/packages/python-xyz.scm (python-seaborn)[native-inputs]: Remove
    python-pre-commit.
    
    Change-Id: I8b7016f1d8103dd9297626b7ec74a120fa1c848b
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7073953325..68522f236c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14372,10 +14372,9 @@ SVG, EPS, PNG and terminal output.")
      (list python-flake8
            python-flit-core
            python-ipykernel
-           python-mypy
            python-nbconvert
            python-numpydoc
-           python-pre-commit
+           python-mypy
            python-pytest
            python-pytest-cov
            python-pytest-xdist

Reply via email to