diff options
author | Vinicius Monego <monego@posteo.net> | 2024-06-01 16:57:55 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:28:42 +0000 |
commit | 7059f2ec108db45cd69db13374ec3fa02ddb9ee8 (patch) | |
tree | 09a8ba8f6773189d14029abab946ccd56a62bdf9 | |
parent | 5f4dba0591e0edf6c792b3064fe1c6acbf694d26 (diff) | |
download | guix-7059f2ec108db45cd69db13374ec3fa02ddb9ee8.tar guix-7059f2ec108db45cd69db13374ec3fa02ddb9ee8.tar.gz |
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 <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 32cf3ddce5..2e8201751e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14411,10 +14411,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 |