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 @@ utility, a static analysis tool (linter) for Robot Framework source files.")
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests? (invoke "pytest" "-vv" "tests")))))))
|
(when tests? (invoke "pytest" "-vv" "tests")))))))
|
||||||
(propagated-inputs (list python-paramiko))
|
(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")
|
(home-page "https://github.com/pahaz/sshtunnel")
|
||||||
(synopsis "Python SSH tunnels library")
|
(synopsis "Python SSH tunnels library")
|
||||||
(description "@code{sshtunnel} is a Python module for easily creating SSH
|
(description "@code{sshtunnel} is a Python module for easily creating SSH
|
||||||
|
|
Reference in a new issue