guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit ece72273c22ab09cd7dbc2cced33f74d4958c1be
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 a847371ee0..b637de92dd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5851,7 +5851,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

Reply via email to