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

commit 95132fec30c829bfc06923138616ea064f089803
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Feb 7 22:44:21 2026 +0100

    gnu: Remove python2-dbus.
    
    * gnu/packages/python-xyz.scm (python2-dbus): Delete variable.
    
    Change-Id: I7975a5f4d172ecf7558cdf3469e6c60136feee48
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ed6457b95a..2c1f81499a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -41343,16 +41343,6 @@ you do not want to store entirely on disk or on 
memory.")
     ;; No copyright headers in the source.  The LICENSE file indicates GPL3.
     (license license:gpl3)))
 
-(define-public python2-dbus
-  (package/inherit python-dbus-1.2
-    (name "python2-dbus")
-    (inputs `(("python" ,python-2)
-              ("libxcrypt" ,libxcrypt)  ;required by Python.h
-              ,@(alist-delete "python"
-                              (package-inputs python-dbus-1.2))))
-    (arguments
-     `(#:configure-flags '("PYTHON_VERSION=2")))))
-
 (define-public shrinkwrap
   (package
     (name "shrinkwrap")

Reply via email to