ocrmypdf: remove special install step for pybind11 (#31328)
This commit is contained in:
parent
682a8a52e2
commit
ca1b6e6b13
1 changed files with 1 additions and 4 deletions
|
@ -89,10 +89,7 @@ class Ocrmypdf < Formula
|
|||
venv.pip_install Pathname.pwd
|
||||
end
|
||||
|
||||
# pybind11 must be installed before pikepdf
|
||||
venv.pip_install "pybind11"
|
||||
|
||||
res = resources.map(&:name).to_set - ["Pillow", "pybind11"]
|
||||
res = resources.map(&:name).to_set - ["Pillow"]
|
||||
res.each do |r|
|
||||
venv.pip_install resource(r)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue