diff options
| author | Tim D. Smith | 2015-01-08 16:43:40 -0800 |
|---|---|---|
| committer | Tim D. Smith | 2015-01-09 23:13:36 -0800 |
| commit | 22c8813f9aa1f9bae2355f64523cd96b0da563b0 (patch) | |
| tree | c4af66811f9d6b11e288285b55ec4e0b115b3e69 | |
| parent | 9cedafa1a55b55ca728b2ca082d8cada05a153a9 (diff) | |
| download | homebrew-22c8813f9aa1f9bae2355f64523cd96b0da563b0.tar.bz2 | |
language/python: add --no-user-cfg to setuptools options
Closes #35681.
| -rw-r--r-- | Library/Homebrew/language/python.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/language/python.rb b/Library/Homebrew/language/python.rb index 37808780d..c07848458 100644 --- a/Library/Homebrew/language/python.rb +++ b/Library/Homebrew/language/python.rb @@ -85,6 +85,7 @@ module Language %W[ -c #{shim} + --no-user-cfg install --prefix=#{prefix} --single-version-externally-managed |
