From 5d40f7ed987667472f77a39a620618609d9a4187 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 29 Nov 2025 20:54:07 +0100 Subject: [PATCH] gnu: hungrycat: Replace python-nose by python-pynose. * gnu/packages/admin.scm (hungrycat)[native-inputs]: Improve style, replace python-nose by python-pynose. Change-Id: I922c0ca7d4c24d546e0510e182abc9f584ec3c69 Signed-off-by: Sharlatan Hellseher --- gnu/packages/admin.scm | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 097c0b3e1524bea43e25a8f2cbae4d17722d803c..e54bccce8ceebc0e8130b965ae360f310d9b0585 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -190,6 +190,7 @@ #:use-module (gnu packages polkit) #:use-module (gnu packages python) #:use-module (gnu packages python-build) + #:use-module (gnu packages python-check) #:use-module (gnu packages python-crypto) #:use-module (gnu packages python-xyz) #:use-module (gnu packages qt) @@ -384,14 +385,8 @@ service.") (base32 "0xy9l4hky85h3rgdmqmhcnx0q1hq0brskr8lzw2lz6lh7pxlxmyw")))) (build-system gnu-build-system) - (native-inputs - ;; For tests. - `(("python" ,python-wrapper) - ("python-nose" ,python-nose) - ("perl" ,perl) - ("perl-ipc-run" ,perl-ipc-run))) - (arguments - `(#:test-target "test")) + (arguments (list #:test-target "test")) + (native-inputs (list perl perl-ipc-run python-wrapper python-pynose)) (synopsis "Single tool that combines @command{cat} & @command{rm}") (description "hungrycat prints the contents of a file to standard output, while