nixpkgs/pkgs/development/python-modules/dbf
Andrew Marshall 198d32f50b python3Packages.dbf: fix build
Broken in 63155af44b. Failed with:

> Traceback (most recent call last):
>   File "/build/dbf-0.99.9/dbf/./test.py", line 15, in <module>
>     from . import *
> ImportError: attempted relative import with no known parent package

Relative imports only work when running as a module, not directly as a
file.
2024-03-22 09:08:28 -04:00
..
default.nix python3Packages.dbf: fix build 2024-03-22 09:08:28 -04:00