GNU bug report logs -
#70858
[PATCH 00/32] python-team: Remove native inputs
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Fri, 10 May 2024 07:50:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
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 d7aa6f3b02..76e13b3af2 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 446cba77bb..4993783ab8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23105,8 +23105,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
@@ -37182,7 +37181,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 14acec2e84..8fea330dbb 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2566,7 +2566,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 28 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.