Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
language/python: add
--install-lib
to setup_install_args
About 25 formula in homebrew/core pass `--install-lib` to `python3` in addition to `*setup_install_args` in order to ensure that all files are installed into the formula's prefix rather than into a `site-packages` directory in Python's keg. Let's simplify these formulae by also adding the appropriate `--install-lib` flag to `setup_install_args`.
- Loading branch information