guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/18: gnu: python-sshtunnel: Fix build.


From: guix-commits
Subject: 17/18: gnu: python-sshtunnel: Fix build.
Date: Wed, 19 Jul 2023 11:23:39 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fcf54c717fced066d173b57debb232d34e2d96fa
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:01 2023 +0200

    gnu: python-sshtunnel: Fix build.
    
    * gnu/packages/python-xyz.scm (python-sshtunnel)[native-inputs]:
    Add python-mock.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 755b0af4b6..6b5291d0e0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6355,7 +6355,7 @@ utility, a static analysis tool (linter) for Robot 
Framework source files.")
            (lambda* (#:key tests? #:allow-other-keys)
              (when tests? (invoke "pytest" "-vv" "tests")))))))
     (propagated-inputs (list python-paramiko))
-    (native-inputs (list openssh python-pytest))
+    (native-inputs (list openssh python-pytest python-mock))
     (home-page "https://github.com/pahaz/sshtunnel";)
     (synopsis "Python SSH tunnels library")
     (description "@code{sshtunnel} is a Python module for easily creating SSH



reply via email to

[Prev in Thread] Current Thread [Next in Thread]