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