guix_mirror_bot pushed a commit to branch python-dbus
in repository guix.

commit 1b2dda2725f4508413ebe752aeb5c7423bc3cbbc
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
---
 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 369978de75..41a6a5293f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29139,6 +29139,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