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

commit 3b518dc5036f4f13498a987d61843e1421757ff8
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 03f3b17bf0..e854500630 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29186,6 +29186,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-public python-dbusmock
   (package
     (name "python-dbusmock")

Reply via email to