1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-17 03:04:06 +02:00

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 <sharlatanus@gmail.com>
This commit is contained in:
Hugo Buddelmeijer
2026-03-13 23:07:06 +01:00
committed by Sharlatan Hellseher
parent 20813b0e6b
commit ef6d874c33
+1 -1
View File
@@ -15610,7 +15610,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