guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit a1b8b52513e9d2d935cd9c929d50388f318e343b
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Dec 25 00:50:54 2025 +0100
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 <[email protected]>
---
gnu/packages/backup.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index a38402fc9f..a105ad4354 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)