GNU bug report logs -
#70858
[PATCH 00/32] python-team: Remove native inputs
Previous Next
Full log
View this message in rfc822 format
---
gnu/packages/python-check.scm | 3 +--
gnu/packages/python-xyz.scm | 2 --
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 7cedb111ad..9e4cb841cd 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -2291,8 +2291,7 @@ (define-public python-pytest-qt
(propagated-inputs
(list python-pluggy python-pyqt python-pytest))
(native-inputs
- (list python-pre-commit
- python-setuptools
+ (list python-setuptools
python-setuptools-scm
python-wheel))
(home-page "https://github.com/pytest-dev/pytest-qt")
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c7e8199f30..c0f047aebc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11391,7 +11391,6 @@ (define-public python-pillow-heif
python-defusedxml
python-numpy
python-packaging
- python-pre-commit
python-pympler
python-setuptools
python-pytest
@@ -13465,7 +13464,6 @@ (define-public python-jupyter-core
(propagated-inputs (list python-platformdirs python-traitlets))
(native-inputs (list python-hatchling
python-pip
- python-pre-commit
python-pytest
python-pytest-timeout))
;; This package provides the `jupyter` binary and thus also exports the
--
2.48.1
This bug report was last modified 67 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.