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/dav.scm (radicale)
* gnu/packages/python-check.scm (python-pytest-isort)
* gnu/packages/python-xyz.scm (python-cairosvg)
[native-inputs]: Remove python-pytest-isort.
python-pytest-isort
---
gnu/packages/dav.scm | 1 -
gnu/packages/python-check.scm | 2 +-
gnu/packages/python-xyz.scm | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index 7688c9a994..ff5d8409b0 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -59,7 +59,6 @@ (define-public radicale
(native-inputs
(list python-pytest
python-pytest-flake8
- python-pytest-isort
python-setuptools
python-waitress
python-wheel))
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 25fe905afa..8edec4595f 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1867,7 +1867,7 @@ (define-public python-pytest-pycodestyle
(propagated-inputs
(list python-py python-pycodestyle python-pytest))
(native-inputs
- (list python-pytest-isort python-setuptools python-wheel))
+ (list python-setuptools python-wheel))
(home-page "https://github.com/henry0312/pytest-pycodestyle")
(synopsis "Pytest plugin to run pycodestyle")
(description "This package provides a plugin to run @code{pycodestyle}
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5c92b40751..e6c73b0569 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31603,7 +31603,6 @@ (define-public python-cairosvg
python-pillow python-tinycss2))
(native-inputs
(list python-pytest-flake8
- python-pytest-isort
python-pytest-runner
python-setuptools
python-wheel))
--
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.