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

commit 4edf4d22eaa76c899172c87bb5533bad273dd037
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Feb 7 22:45:52 2026 +0100

    gnu: python-dbus: Remove python2-variant property.
    
    * gnu/packages/python-xyz.scm (python-dbus)[property]: Remove field.
    
    Change-Id: Id37d3f0a42af06d4470abc69f983f6df14d609c7
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 504ceb8235..ed6457b95a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15119,7 +15119,6 @@ recommended way to use GLib from Python.")
     (description "python-dbus provides bindings for libdbus, the reference
 implementation of D-Bus.")
     (home-page "https://www.freedesktop.org/wiki/Software/DBusBindings/";)
-    (properties `((python2-variant . ,(delay python2-dbus))))
     (license license:expat)))
 
 (define-public python-notify2

Reply via email to