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

commit 05e9a58c728d61d12e098fff54e8f5a9b16d9f07
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Jan 18 22:49:08 2026 +0100

    gnu: python-twisted: Propagate python:tk.
    
    * gnu/packages/python-xyz.scm (python-twisted)[propagated-inputs]: Add
    python:tk.
    
    Change-Id: I20376d69683d2ba312a565c930639f401f73ab19
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 637b9e7d6d..9a391c9fb0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -38174,6 +38174,7 @@ their files and supports any packaging format 
(including wheels).")
            python-typing-extensions
            python-zope-interface
            ;; [conch]
+           (list python "tk")
            python-appdirs
            python-bcrypt
            python-cryptography

Reply via email to