diff options
author | Leo Famulari <leo@famulari.name> | 2021-08-11 12:16:30 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-07-27 12:34:56 -0400 |
commit | b1c97ff60b8ac8205d878fec3af8d02ffdf601fe (patch) | |
tree | c39ee8cc2803550ab01d86bcc909e02f294fbfd9 | |
parent | 973842acbc2d0dc1ab41738a534d4abda6d9efa7 (diff) |
gnu: Duplicity: Depend on python-paramiko.
Fixes <https://bugs.gnu.org/49979>.
* gnu/packages/backup.scm (duplicity)[native-inputs]: Add python-paramiko.
-rw-r--r-- | gnu/packages/backup.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index d05cb55163..7d7868ea17 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -105,6 +105,7 @@ ("par2cmdline" ,par2cmdline) ("python-fasteners" ,python-fasteners) ("python-future" ,python-future) ; for tests + ("python-paramiko" ,python-paramiko) ("python-pexpect" ,python-pexpect) ("python-pytest" ,python-pytest) ("python-pytest-runner" ,python-pytest-runner) |