diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-12-25 00:50:54 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:22:40 +0100 |
| commit | b7f4cf4f461ad652c73c9e5b159ff0f99c4c2e1d (patch) | |
| tree | fc6413366d6e4da2b38ece16a551cb482738af88 /gnu | |
| parent | ba94b24f93e839136f0c1e8e4b5077d0581a59ab (diff) | |
gnu: duplicity: Remove python-lockfile propagated-input.
* gnu/packages/backup.scm (duplicity)[propagated-input]: Remove
python-lockfile.
Change-Id: Ieaa7330354c96aee0ee4c754419b10380f24acda
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/backup.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 208830334e9..43818584b53 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -140,7 +140,7 @@ tzdata-for-tests python-mock)) (propagated-inputs - (list python-lockfile python-pygobject python-urllib3)) + (list python-pygobject python-urllib3)) (inputs (list bash-minimal ; to run the wrapped program dbus ; dbus-launch (Gio backend) |
