nixpkgs/pkgs/development/interpreters/python/catch_conflicts
Martin Weinelt f292ef4958
python/hooks: restore catchConflictHook for python<3.10
By restoring and diverting to the old version.

Previously the newer language features and use of more modern stdlib
imports broke the hook on Python<3.10.
2023-11-18 12:57:18 +01:00
..
catch_conflicts_py2.py
catch_conflicts.py
README.md

catch_conflicts.py

The file catch_conflicts.py is in a subdirectory because, if it isn't, the /nix/store/ directory is added to sys.path causing a delay when building.

Pointers: