[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69980] [PATCH v2 03/14] gnu: python-seaborn: Remove pre-commit from
From: |
Nicolas Graves |
Subject: |
[bug#69980] [PATCH v2 03/14] gnu: python-seaborn: Remove pre-commit from native-inputs. |
Date: |
Thu, 9 May 2024 16:47:02 +0200 |
From: Vinicius Monego <monego@posteo.net>
* gnu/packages/python-xyz.scm (python-seaborn)[native-inputs]: Remove
python-pre-commit.
Change-Id: I8b7016f1d8103dd9297626b7ec74a120fa1c848b
---
gnu/packages/python-xyz.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 366bce92e5f..1e4574f70a8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13848,7 +13848,6 @@ (define-public python-seaborn
(native-inputs
(list python-flake8
python-flit-core
- python-pre-commit
python-pytest
python-pytest-cov
python-pytest-xdist))
--
2.41.0
- [bug#69980] [PATCH v2 00/14] Update and cleanup pre-commit & friends., Nicolas Graves, 2024/05/09
- [bug#69980] [PATCH v2 04/14] gnu: python-rich-click: Remove pre-commit from native-inputs., Nicolas Graves, 2024/05/09
- [bug#69980] [PATCH v2 01/14] gnu: python-jsonargparse: Remove pre-commit from native-inputs., Nicolas Graves, 2024/05/09
- [bug#69980] [PATCH v2 03/14] gnu: python-seaborn: Remove pre-commit from native-inputs.,
Nicolas Graves <=
- [bug#69980] [PATCH v2 06/14] gnu: python-jupytext: Remove pre-commit from native-inputs., Nicolas Graves, 2024/05/09
- [bug#69980] [PATCH v2 05/14] gnu: python-lazy-loader: Remove pre-commit from native-inputs., Nicolas Graves, 2024/05/09
- [bug#69980] [PATCH v2 07/14] gnu: python-omnipath: Remove pre-commit from native-inputs., Nicolas Graves, 2024/05/09
- [bug#69980] [PATCH v2 09/14] gnu: Add python-ukkonen., Nicolas Graves, 2024/05/09
- [bug#69980] [PATCH v2 08/14] gnu: python-cfgv: Update to 3.4.0., Nicolas Graves, 2024/05/09
- [bug#69980] [PATCH v2 02/14] gnu: python-traitlets: Remove pre-commit from native-inputs., Nicolas Graves, 2024/05/09
- [bug#69980] [PATCH v2 10/14] gnu: python-identify: Update to 2.5.35., Nicolas Graves, 2024/05/09
- [bug#69980] [PATCH v2 12/14] gnu: pre-commit: Update to 3.6.2., Nicolas Graves, 2024/05/09
- [bug#69980] [PATCH v2 13/14] gnu: python-jupytext: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#69980] [PATCH v2 11/14] gnu: python-nodeenv: Update to 1.8.0., Nicolas Graves, 2024/05/09