guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit e3b6eda1377e4feeb0b0b35cf27b71407784776d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jul 29 17:49:47 2025 +0100
gnu: python-watchdog: Reduce closure size.
* gnu/packages/python-xyz.scm (python-watchdog)
[propagated-inputs]: Remove python-pathtools.
[native-inputs]: Remove python-wheel.
Change-Id: I9d65ea302dded43d655f1b54afaff6a35ae5e0c2
---
gnu/packages/python-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 680e614e6c..2d86698e2e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32622,13 +32622,13 @@ files. These files are used to translate strings in
android apps.")
;; Fails with too many open files.
"test_select_fd")
" and not "))))
- (propagated-inputs
- (list python-pathtools python-pyyaml))
(native-inputs
(list python-pytest
python-pytest-cov
python-pytest-timeout
- python-setuptools python-wheel))
+ python-setuptools))
+ (propagated-inputs
+ (list python-pyyaml))
(home-page "https://github.com/gorakhargosh/watchdog")
(synopsis "File system events monitoring")
(description "This package provides a way to monitor file system events