mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
ae2ccfb481
commit
c356911b04
1 changed files with 3 additions and 3 deletions
|
@ -32556,13 +32556,13 @@ files. These files are used to translate strings in android apps.")
|
||||||
;; Fails with too many open files.
|
;; Fails with too many open files.
|
||||||
"test_select_fd")
|
"test_select_fd")
|
||||||
" and not "))))
|
" and not "))))
|
||||||
(propagated-inputs
|
|
||||||
(list python-pathtools python-pyyaml))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest
|
(list python-pytest
|
||||||
python-pytest-cov
|
python-pytest-cov
|
||||||
python-pytest-timeout
|
python-pytest-timeout
|
||||||
python-setuptools python-wheel))
|
python-setuptools))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-pyyaml))
|
||||||
(home-page "https://github.com/gorakhargosh/watchdog")
|
(home-page "https://github.com/gorakhargosh/watchdog")
|
||||||
(synopsis "File system events monitoring")
|
(synopsis "File system events monitoring")
|
||||||
(description "This package provides a way to monitor file system events
|
(description "This package provides a way to monitor file system events
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue