gnu: python-watchfiles: Propagate python-anyio. * gnu/packages/python-xyz.scm (python-watchfiles) [propagated-inputs]: Add python-anyio. Change-Id: I50d4173d45a8b4ec3d737457c3074cd11950a6c4
1 files changed, 1 insertions(+), 0 deletions(-) M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -0
@@ 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