guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e4744b12e47ae87189fe43a000955c3549716fec
Author: Andreas Enge <[email protected]>
AuthorDate: Fri Mar 6 16:25:36 2026 +0100

    gnu: python-dbusmock: Refresh input.
    
    * gnu/packages/python-xyz.scm (python-dbusmock)[propagated-inputs]:
    Replace python-dbus-python by python-dbus.
    
    Change-Id: Iee8b59e56e572af39ad23c2c8409c2a6236e9c0e
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 94054d1181..0351b09ab5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28732,7 +28732,7 @@ implementation of the D-Bus protocol.")
                             (loop)))))))))))))
     (native-inputs (list python-pytest python-setuptools upower which))
     (inputs (list dbus))
-    (propagated-inputs (list python-dbus-python python-pygobject))
+    (propagated-inputs (list python-dbus python-pygobject))
     (home-page "https://github.com/martinpitt/python-dbusmock";)
     (synopsis "Python library for mock D-Bus objects")
     (description

Reply via email to