2d8430f36f
python3 is needed to avoid the following build failure since bump to version 2.1.6 in commita1f7597b4d
and86b983aa5f
: Traceback (most recent call last): File "setup.py", line 18, in <module> import importlib.util ImportError: No module named util Fixes: - http://autobuild.buildroot.org/results/9d4/9d4abcb029f4e44a9cb454faa8416d8ebccb5b2e/build-end.log Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
387 B
Plaintext
12 lines
387 B
Plaintext
config BR2_PACKAGE_PYTHON_WATCHDOG
|
|
bool "python-watchdog"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
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
|