We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d462655 commit 7d1c89fCopy full SHA for 7d1c89f
1 file changed
Formula/python@3.8.rb
@@ -42,8 +42,8 @@ class PythonAT38 < Formula
42
"bin/easy_install-3.7", "bin/easy_install-3.8"
43
44
resource "setuptools" do
45
- url "https://pypi.org/packages/source/s/setuptools/setuptools-57.4.0.tar.gz"
46
- sha256 "6bac238ffdf24e8806c61440e755192470352850f3419a52f26ffe0a1a64f465"
+ url "https://pypi.org/packages/source/s/setuptools/setuptools-58.0.3.tar.gz"
+ sha256 "5e4c36f55012a46c1b3e4b67a8236d1d73856a90fc7b3207d29bedb7d2bac417"
47
end
48
49
resource "pip" do
@@ -82,7 +82,7 @@ def install
82
ENV["PYTHONPATH"] = nil
83
84
# Override the auto-detection in setup.py, which assumes a universal build.
85
- on_macos do
+ if OS.mac?
86
ENV["PYTHON_DECIMAL_WITH_MACHINE"] = Hardware::CPU.arm? ? "uint128" : "x64"
87
88
0 commit comments