python-watchdog: add missing runtime dependency
authorYegor Yefremov <yegorslists@googlemail.com>
Fri, 16 Feb 2018 13:32:01 +0000 (14:32 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 28 Apr 2018 21:34:45 +0000 (23:34 +0200)
Script watchmedo requires python-setuptools.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-watchdog/Config.in

index e5290897e89a3293da54e5a8ff7a0f90acab630a..18f569ee44a8b7883eb29790ff107dfe2bcd576e 100644 (file)
@@ -1,8 +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
+       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.