guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 5d40f7ed987667472f77a39a620618609d9a4187
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Nov 29 20:54:07 2025 +0100

    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 <[email protected]>
---
 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 097c0b3e15..e54bccce8c 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

Reply via email to