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

commit 67a6742d76a83144a692560c4aff897aa2f5ae6a
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Fri Mar 13 23:07:06 2026 +0100

    gnu: python-notify2: Switch to python-dbus.
    
    * gnu/packages/python-xyz.scm (python-notify2): Switch to python-dbus.
    [propagated-inputs]: Remove python-dbus-1.2; add python-dbus.
    
    Change-Id: I7eb0a276dbebde3fd1380ad1b0d307e72896b754
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 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 d6725df5fa..51b803053e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15119,7 +15119,7 @@ implementation of D-Bus.")
     (build-system pyproject-build-system)
     (arguments (list #:tests? #f))      ; tests depend on system state
     (native-inputs (list python-setuptools))
-    (propagated-inputs (list python-dbus-1.2))
+    (propagated-inputs (list python-dbus))
     (home-page "https://bitbucket.org/takluyver/pynotify2";)
     (synopsis "Python interface to D-Bus notifications")
     (description

Reply via email to