diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5a3a97e16e..deed445d7d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -40624,17 +40624,15 @@ toolkit for Python.") "test_select_fd") " and not ")))) (native-inputs - (list python-pytest - python-pytest-cov - python-pytest-timeout - python-setuptools)) + (list python-pytest 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 -such as a file modification and trigger an action. This is similar to inotify, -but portable.") + (description + "This package provides a way to monitor file system events such as a file +modification and trigger an action. This is similar to inotify, but +portable.") (license license:asl2.0))) (define-public python-watchfiles