mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 23:30:31 +04:00
f5490954f5
The package excludes automat/_visualize.py (it needs the optional graphviz dependency), but the automat-visualize console script was still installed and imports that module, so it failed at runtime and broke the CI generic test. Skip the /usr/bin install so the package ships as a pure library. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>