Frederik Rietdijk b73e3bfafd python.pkgs.buildPythonPackage: use distutils-cfg to block downloads, fixes #25428
While we tell pip not to fetch (with the `--no-index` option),
`setuptools` can do so itself. In the past we used a `distutils.cfg`
with `allow-hosts = None` to prevent setuptools from fetching itself.
This was removed when we started building wheels in
2562f94de4e4fd2ddc677187fa2e2848L69.

The `dist-utils.cfg` code was still there, and adding it to
`buildInputs` is sufficient.

Tested with python.pkgs.passlib by removing the `checkInputs` / `nose`.
2017-09-07 19:22:06 +02:00
..
2017-09-07 09:28:03 +02:00
2017-09-04 08:43:17 -07:00
2017-09-04 22:57:03 +02:00
2017-09-05 15:04:27 -07:00
2017-09-06 14:55:30 +08:00
2017-09-05 16:12:31 -07:00
2017-09-07 09:28:03 +02:00