gnu: python-sshtunnel: Fix build.
* gnu/packages/python-xyz.scm (python-sshtunnel)[native-inputs]: Add python-mock.
This commit is contained in:
parent
b2066b2ac2
commit
fcf54c717f
1 changed files with 1 additions and 1 deletions
|
@ -6355,7 +6355,7 @@ (define-public python-sshtunnel
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue