python-automat: drop broken automat-visualize entry point
authorAlexandru Ardelean <redacted>
Sun, 7 Jun 2026 11:02:45 +0000 (14:02 +0300)
committerAlexandru Ardelean <redacted>
Tue, 9 Jun 2026 14:18:01 +0000 (17:18 +0300)
commitf5490954f549e5197b85335fe09ab23b39f667a4
tree90501946c562d27760e8163b06d5c6bab34deb3a
parente266bed8d8f0f624a4e07d02b6057f446029c11f
python-automat: drop broken automat-visualize entry point

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 <redacted>
lang/python/python-automat/Makefile
git clone https://git.99rst.org/PROJECT