We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
brew
1 parent e07460a commit 9c31185Copy full SHA for 9c31185
Formula/[email protected]
@@ -372,6 +372,13 @@ def post_install
372
include_dirs=#{include_dirs.join ":"}
373
library_dirs=#{library_dirs.join ":"}
374
EOS
375
+
376
+ # setuptools 63.2.0+ breaks when used inside superenv.
377
+ # https://github.com/pypa/distutils/pull/155
378
+ # https://github.com/pypa/distutils/issues/158
379
+ inreplace site_packages/"setuptools/_distutils/command/_framework_compat.py",
380
+ /^(\s+homebrew_prefix\s+=\s+).*/,
381
+ "\\1'#{HOMEBREW_PREFIX}'"
382
end
383
384
def sitecustomize
0 commit comments