euler-py: minor style nits

Closes #34294.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
Chongyu Zhu 2018-11-19 23:52:17 +08:00
parent 38ebd83aee
commit 7593ca819a
No known key found for this signature in database
GPG key ID: 1A43E3C9100B38F5

View file

@ -32,8 +32,8 @@ class EulerPy < Formula
ENV.prepend_create_path "PYTHONPATH", "#{lib}/python#{xy}/site-packages"
system "python3", "setup.py", "install", "--prefix=#{prefix}",
"--single-version-externally-managed",
"--record=installed.txt"
"--single-version-externally-managed",
"--record=installed.txt"
bin.env_script_all_files(libexec/"bin", :PYTHONPATH => ENV["PYTHONPATH"])
end