me
/
guix
Archived
1
0
Fork 0

gnu: python-sshtunnel: Fix build.

* gnu/packages/python-xyz.scm (python-sshtunnel)[native-inputs]:
Add python-mock.
master
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent b2066b2ac2
commit fcf54c717f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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