package/python-watchdog: needs python3

python3 is needed to avoid the following build failure since bump to
version 2.1.6 in commit a1f7597b4d and
86b983aa5f:

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>
This commit is contained in:
Fabrice Fontaine 2021-10-28 18:14:24 +02:00 committed by Peter Korsgaard
parent ab721dc460
commit 2d8430f36f

View File

@ -1,5 +1,6 @@
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