Files
gentoo/dev-python/tzdata
Michał Górny 486e8cfb4f dev-python/tzdata: Use ModuleNotFoundError (in 10001)
Replace `ImportError` with `ModuleNotFoundError` to fix
dev-python/hypothesis, since it uses a more specific `except` block.
It's technically a bit shifty since the module was clearly found
but *shrug*.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-03-24 17:22:34 +01:00
..