Skip to content

Commit

Permalink
Merge pull request #136595 from branchvincent/liblouis
Browse files Browse the repository at this point in the history
liblouis: replace `setup.py` shim with `pip`
  • Loading branch information
BrewTestBot committed Jul 14, 2023
2 parents 7412203 + 9cbe347 commit 7e83c9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Formula/liblouis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ def install
system "make"
system "make", "check"
system "make", "install"
cd "python" do
system python3, *Language::Python.setup_install_args(prefix, python3)
end
system python3, "-m", "pip", "install", "--prefix=#{prefix}", "--no-deps", "./python"
(prefix/"tools").install bin/"lou_maketable", bin/"lou_maketable.d"
end

Expand Down

0 comments on commit 7e83c9e

Please sign in to comment.