guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 1168d4e81510da0c561c9fd918a9917ffb054f25
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Jan 5 21:44:51 2026 +0100
gnu: Add python-dbus-python as deprecated alias.
* gnu/packages/python-xyz.scm (python-dbus-python): Add as deprecated
package for python-dbus.
Change-Id: Iadb1093c8629fdd01fa1ee70cb148e1e52276390
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/python-xyz.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5f7cfecd62..a67a38327c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28676,6 +28676,9 @@ Its algorithms are based on the kakasi library, which
is written in C.")
implementation of the D-Bus protocol.")
(license license:expat)))
+;; Added on 2026-01-05
+(define-deprecated-package python-dbus-python python-dbus)
+
(define python-dbusmock-patch-paths-phase
#~(lambda* (#:key inputs #:allow-other-keys)
(substitute* "tests/test_api.py"