mpv: build docutils with python2.7 (#24752)

This commit is contained in:
ilovezfs 2018-03-02 10:21:00 -08:00 committed by GitHub
parent be75a3d450
commit 106634c3db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ class Mpv < Formula
ENV.prepend_create_path "PYTHONPATH", buildpath/"vendor/lib/python2.7/site-packages"
resource("docutils").stage do
system "python", *Language::Python.setup_install_args(buildpath/"vendor")
system "python2.7", *Language::Python.setup_install_args(buildpath/"vendor")
end
ENV.prepend_path "PATH", buildpath/"vendor/bin"