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

commit c46712a8cdd6fffa067fb99f491ec841d0f01e71
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 cbbc580f64..8d7158c5ed 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28565,6 +28565,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"

Reply via email to