guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a6839f935558c2a5a939b33c8be4de52e0bd30bf
Author: Arun Isaac <[email protected]>
AuthorDate: Mon Sep 29 13:31:44 2025 +0100

    gnu: phockup: Depend on python-pytest-socket for tests.
    
    * gnu/packages/image.scm (phockup)[native-inputs]: Add python-pytest-socket.
---
 gnu/packages/image.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 2b1a84eb05..bfb4f8a1fd 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -11,7 +11,7 @@
 ;;; Copyright © 2016-2025 Efraim Flashner <[email protected]>
 ;;; Copyright © 2016–2022 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2016 Eric Bavier <[email protected]>
-;;; Copyright © 2016, 2017, 2020, 2021, 2022 Arun Isaac 
<[email protected]>
+;;; Copyright © 2016, 2017, 2020, 2021, 2022, 2025 Arun Isaac 
<[email protected]>
 ;;; Copyright © 2016, 2017 Kei Kebreau <[email protected]>
 ;;; Copyright © 2017 Nikita <[email protected]>
 ;;; Copyright © 2017,2019,2020 Hartmut Goebel <[email protected]>
@@ -95,6 +95,7 @@
   #:use-module (gnu packages popt)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages python)
+  #:use-module (gnu packages python-check)
   #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages qt)
   #:use-module (gnu packages ragel)
@@ -2986,7 +2987,7 @@ Wacom-style graphics tablets.")
     (inputs
      (list bash-minimal perl-image-exiftool python python-tqdm))
     (native-inputs
-     (list python-pytest python-pytest-mock))
+     (list python-pytest python-pytest-mock python-pytest-socket))
     (home-page "https://github.com/ivandokov/phockup";)
     (synopsis "Organize photos and videos in folders")
     (description "Phockup is a media sorting tool that uses creation date and

Reply via email to