guix_mirror_bot pushed a commit to branch master
in repository guix.
commit e93b20adf67dc27334ac78d7f61e2c73696177b3
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Dec 9 10:28:43 2025 +0900
gnu: python-watchfiles: Propagate python-anyio.
* gnu/packages/python-xyz.scm (python-watchfiles) [propagated-inputs]: Add
python-anyio.
Change-Id: I50d4173d45a8b4ec3d737457c3074cd11950a6c4
---
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 c1998f4e5d..0074f70eb5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -40524,6 +40524,7 @@ but portable.")
(compose list make-rust-sysroot))
'())))
(inputs (cargo-inputs 'python-watchfiles))
+ (propagated-inputs (list python-anyio)) ;imported in main.py
(home-page "https://github.com/samuelcolvin/watchfiles")
(synopsis "Simple, modern file watching and code reload in Python")
(description