guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 000dcbb1939b90a1e1c525f836626aac6602122d
Author: Ada Stevenson <[email protected]>
AuthorDate: Tue Oct 14 17:00:14 2025 +0800
gnu: upower: Replace python-dbus for python-dbus-python.
python-dbus and python-dbus-python appear to be the same package, with
different versions. A follow-up commit should deprecate the former in
favour
of the latter.
* gnu/packages/gnome.scm (upower)[native-inputs]: Replace python-dbus with
python-dbus-python.
Change-Id: I5efb4eeba4b5d8de110cc4d72bcc61d737a93f61
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4c2ea7970f..bcdb9b6ca4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5892,7 +5892,7 @@ faster results and to avoid unnecessary server load.")
pkg-config
python
;; For tests.
- python-dbus
+ python-dbus-python
python-dbusmock-minimal
python-packaging
python-pygobject