Skip to content

Commit

Permalink
python-freethreading: Remove inreplace @@HOMEBREW_PREFIX@@ in favour …
Browse files Browse the repository at this point in the history
…of built in functionality

This is a follow up to #195569,
#193855, and
Homebrew/brew#18613. The latter has been available since 4.4.3.
  • Loading branch information
pkryger committed Nov 1, 2024
1 parent be2a8af commit bc4e10c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Formula/p/python-freethreading.rb
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,6 @@ def install
args << "--with-dbmliborder=bdb"
end

# Resolve HOMEBREW_PREFIX in our sysconfig modification.
inreplace "Lib/sysconfig/__init__.py", "@@HOMEBREW_PREFIX@@", HOMEBREW_PREFIX, audit_result: false

# Allow python modules to use ctypes.find_library to find homebrew's stuff
# even if homebrew is not a /usr/local/lib. Try this with:
# `brew install enchant && pip install pyenchant`
Expand Down

0 comments on commit bc4e10c

Please sign in to comment.