ocrmypdf: remove special install step for pybind11 (#31328)

This commit is contained in:
jbarlow83 2018-08-22 01:06:16 -07:00 committed by FX Coudert
parent 682a8a52e2
commit ca1b6e6b13

View file

@ -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