From e93b20adf67dc27334ac78d7f61e2c73696177b3 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 9 Dec 2025 10:28:43 +0900 Subject: [PATCH] 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 c1998f4e5d3e26c2e17bd0cc868130618db32a92..0074f70eb57c900768629752533766e86e73e2a3 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