gnu: python-sshtunnel: Fix build.

* gnu/packages/python-xyz.scm (python-sshtunnel)[native-inputs]:
Add python-mock.
This commit is contained in:
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

View file

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