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:
committed by
Sharlatan Hellseher
parent
20813b0e6b
commit
ef6d874c33
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user