diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-29 17:49:47 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:46 +0100 |
| commit | b37e5ec48d0e4d06f13ae66e8f7e5741262f6fda (patch) | |
| tree | a5f0b5fd7708b0d0c833ed4eb781e5b24e65aec1 /gnu/packages/python-xyz.scm | |
| parent | ec3054deec440b1b1dd130ddf5b4d1cd41c79342 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 280d5ab5a7..ceb9040e06 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -32532,13 +32532,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 |
