mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-27 13:41:06 +00:00
10 lines
277 B
Plaintext
10 lines
277 B
Plaintext
config BR2_PACKAGE_PYTHON_WATCHDOG
|
|
bool "python-watchdog"
|
|
select BR2_PACKAGE_PYTHON_PYYAML
|
|
select BR2_PACKAGE_PYTHON_ARGH
|
|
select BR2_PACKAGE_PYTHON_PATHTOOLS
|
|
help
|
|
Python API and shell utilities to monitor file system events.
|
|
|
|
http://github.com/gorakhargosh/watchdog
|