summaryrefslogtreecommitdiffstats
path: root/package/python-watchdog/Config.in
blob: 18f569ee44a8b7883eb29790ff107dfe2bcd576e (plain)
1
2
3
4
5
6
7
8
9
10
config BR2_PACKAGE_PYTHON_WATCHDOG
	bool "python-watchdog"
	select BR2_PACKAGE_PYTHON_ARGH # runtime
	select BR2_PACKAGE_PYTHON_PATHTOOLS # runtime
	select BR2_PACKAGE_PYTHON_PYYAML # runtime
	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
	help
	  Python API and shell utilities to monitor file system events.

	  http://github.com/gorakhargosh/watchdog
OpenPOWER on IntegriCloud