guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 43fd8db19bef732bfde0eb97303f5cc37d7e540d
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 a9ef58d284..0ee24d60f7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -38159,6 +38159,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