diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2016-05-06 08:21:26 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-05-31 21:18:45 +0200 |
commit | 3a2099656f710d9471f1f107624b52ed113f4437 (patch) | |
tree | f7691af37749c147d24936d6191fa67c6aefbf2b /package/python-watchdog/Config.in | |
parent | 15daa91333650c915884183b4608ece6e50d0e67 (diff) | |
download | buildroot-3a2099656f710d9471f1f107624b52ed113f4437.tar.gz buildroot-3a2099656f710d9471f1f107624b52ed113f4437.zip |
python-watchdog: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-watchdog/Config.in')
-rw-r--r-- | package/python-watchdog/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/python-watchdog/Config.in b/package/python-watchdog/Config.in new file mode 100644 index 0000000000..e5290897e8 --- /dev/null +++ b/package/python-watchdog/Config.in @@ -0,0 +1,9 @@ +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 |