1config BR2_PACKAGE_PYTHON_WATCHDOG 2 bool "python-watchdog" 3 depends on BR2_PACKAGE_PYTHON3 4 select BR2_PACKAGE_PYTHON_ARGH # runtime 5 select BR2_PACKAGE_PYTHON_PATHTOOLS # runtime 6 select BR2_PACKAGE_PYTHON_PYYAML # runtime 7 select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime 8 help 9 Python API and shell utilities to monitor file system events. 10 11 http://github.com/gorakhargosh/watchdog 12