From 16f54fb1db9de1699380be94eb9a2d654bf3dc54 Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Tue, 10 Feb 2026 12:42:39 +0100 Subject: [PATCH] guix: lint: Check python-pynose inputs instead of python-nose. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * guix/lint.scm (check-inputs-should-be-native): Remove python-nose, add python-pynose. Merges: https://codeberg.org/guix/guix/pulls/6286 Relates-to: guix/guix!5111 Change-Id: I90b9af7ddbae00f5fb5327b6dc0a0ef05b4c6bcf Reviewed-by: Nicolas Graves Reviewed-by: Gábor Udvari Signed-off-by: Sharlatan Hellseher --- guix/lint.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/lint.scm b/guix/lint.scm index 57d7dd2ff2..748c3c8e8e 100644 --- a/guix/lint.scm +++ b/guix/lint.scm @@ -606,7 +606,7 @@ of a package, and INPUT-NAMES, a list of package specifications such as "python-cython" "python-docutils" "python-mock" - "python-nose" + "python-pynose" "python-pbr" "python-pytest" "python-setuptools-scm"