Eric Bavier <ericbav...@gmail.com> skribis:

> From aef259cda9464f55aca23e0e1c9a5b8005a9efab Mon Sep 17 00:00:00 2001
> From: Eric Bavier <bav...@member.fsf.org>
> Date: Tue, 20 May 2014 08:40:10 -0500
> Subject: [PATCH 4/4] gnu: Add duplicity.
>
> * gnu/packages/backup.scm: New file.
> * gnu-system.am: Add it.

LGTM, but...

[...]

> +    (inputs
> +     `(("python" ,python-2)
> +       ("librsync" ,librsync)
> +       ("mock" ,python2-mock)           ;for testing
> +       ("lockfile" ,python2-lockfile)
> +       ("gnupg" ,gnupg)))
> +    (arguments
> +     `(#:python ,python-2               ;setup assumes Python 2
> +       #:tests? #f                      ;TODO: tests cannot find lockfile 
> module

As Andreas notes, may be worth investigating, since that could be a real
issue.  Could it be that it’s expecting a different version of
python2-lockfile or something like that?

Thanks for all this!

Ludo’.

Reply via email to