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-web.scm (python-devpi-process)
* gnu/packages/python-xyz.scm (python-pyproject-api, python-platformdirs)
* gnu/packages/version-control.scm (pre-commit)
[native-inputs]: Remove python-covdefaults.
---
gnu/packages/python-web.scm | 1 -
gnu/packages/python-xyz.scm | 4 +---
gnu/packages/version-control.scm | 1 -
3 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e50eb17c66..2d6de6badc 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -260,7 +260,6 @@ (define-public python-devpi-process
python-typing-extensions))
(native-inputs
(list nss-certs-for-test
- python-covdefaults
python-hatchling
python-hatch-vcs
python-httpx
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index aa3397f262..0b566a4b89 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23098,8 +23098,7 @@ (define-public python-pyproject-api
;; This fails because wheel shows up in requirements
" and not test_setuptools_get_requires_for_build_wheel"))))
(native-inputs
- (list python-covdefaults
- python-hatch-vcs
+ (list python-hatch-vcs
python-hatchling
python-pytest
python-pytest-cov
@@ -37148,7 +37147,6 @@ (define-public python-platformdirs
(build-system pyproject-build-system)
(native-inputs
(list python-appdirs
- python-covdefaults
python-hatchling
python-hatch-vcs
python-pytest
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 019ce62d74..c1eb761d94 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2463,7 +2463,6 @@ (define-public pre-commit
(invoke "git" "config" "--global" "user.email" "you <at> example.com"))))))
(native-inputs
(list git-minimal/pinned
- python-covdefaults
python-distlib
python-pytest
python-pytest-env
--
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.