From aa6bb28e027cf94d5b0317e441eed71d2e25c902 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Fri, 31 Jan 2025 02:33:58 +0100 Subject: [PATCH] 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 --- gnu/packages/dav.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm index 488454b64f..19b163bc6f 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))