1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

guix: lint: Check python-pynose inputs instead of python-nose.

* 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 <ngraves@ngraves.fr>
Reviewed-by: Gábor Udvari <mail@gaborudvari.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Hugo Buddelmeijer
2026-02-10 12:42:39 +01:00
committed by Sharlatan Hellseher
parent 30231fb159
commit 16f54fb1db

View File

@@ -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"