nixpkgs/pkgs/servers/http/apache-modules/mod_python
zi3m5f cb47906e85
apacheHttpdPackages.mod_python: fix for python3.12
adding distutils, packaging and setuptools to fix:
- ModuleNotFoundError: No module named 'distutils'
- ModuleNotFoundError: No module named 'packaging'
- error: invalid command 'install'

and ensureNewerSourcesForZipFilesHook for:
- ValueError: ZIP does not support timestamps before 1980
2024-11-02 00:45:52 +01:00
..
default.nix apacheHttpdPackages.mod_python: fix for python3.12 2024-11-02 00:45:52 +01:00
install.patch