guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 9edefd6bb8d11beb9ef0459c7f50c2c0692edc70
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Jan 31 02:33:58 2025 +0100
gnu: radicale: Remove python-pytest-isort native-input.
* gnu/packages/dav.scm (radicale)
[native-inputs]: Remove python-pytest-isort.
python-pytest-isort
Change-Id: I2d684c42d66183bd3e9e6f6281210cdcfd3b11b5
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/dav.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index d38147a238..bb64dec8dd 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -144,7 +144,6 @@ CardDAV server with a local folder or file.")
(native-inputs
(list python-pytest
python-pytest-flake8
- python-pytest-isort
python-setuptools
python-waitress
python-wheel))