guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Duplicity: Depend on python-paramiko.


From: guix-commits
Subject: branch master updated: gnu: Duplicity: Depend on python-paramiko.
Date: Wed, 11 Aug 2021 12:20:07 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b1c97ff  gnu: Duplicity: Depend on python-paramiko.
b1c97ff is described below

commit b1c97ff60b8ac8205d878fec3af8d02ffdf601fe
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Aug 11 12:16:30 2021 -0400

    gnu: Duplicity: Depend on python-paramiko.
    
    Fixes <https://bugs.gnu.org/49979>.
    
    * gnu/packages/backup.scm (duplicity)[native-inputs]: Add python-paramiko.
---
 gnu/packages/backup.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index d05cb55..7d7868e 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]