From fcf54c717fced066d173b57debb232d34e2d96fa Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 16 Jul 2023 02:00:01 +0200 Subject: 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(-) (limited to 'gnu/packages/python-xyz.scm') 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 -- cgit v1.2.3