guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit c783d2bbaccb1750a834dfeb6b8fc3c8eb6115c4
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 ba82dc278e..1574edb2ed 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28547,6 +28547,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"