nixpkgs/pkgs/development/python-modules/twisted
Frederik Rietdijk 6ab609ca58 python.pkgs.twisted: move twisted cache generation to postFixup
The Python 2 build of twisted would fail when generating the cache. This
failure started occuring since the change was introduced that builds
setuptools as a wheel instead of as an egg,
90be4c2c78.

Turns out moving this step to postFixup solves the issue. I suppose it
is related to the order of site packages being evaluated, where
PYTHONPATH introduced additional ones.
2019-10-23 11:26:47 +02:00
..
default.nix python.pkgs.twisted: move twisted cache generation to postFixup 2019-10-23 11:26:47 +02:00