File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ class PythonAT38 < Formula
42
42
"bin/easy_install-3.7" , "bin/easy_install-3.8"
43
43
44
44
resource "setuptools" do
45
- url "https://pypi.org/packages/source/s/setuptools/setuptools-57.4.0 .tar.gz"
46
- sha256 "6bac238ffdf24e8806c61440e755192470352850f3419a52f26ffe0a1a64f465 "
45
+ url "https://pypi.org/packages/source/s/setuptools/setuptools-58.0.3 .tar.gz"
46
+ sha256 "5e4c36f55012a46c1b3e4b67a8236d1d73856a90fc7b3207d29bedb7d2bac417 "
47
47
end
48
48
49
49
resource "pip" do
@@ -82,7 +82,7 @@ def install
82
82
ENV [ "PYTHONPATH" ] = nil
83
83
84
84
# Override the auto-detection in setup.py, which assumes a universal build.
85
- on_macos do
85
+ if OS . mac?
86
86
ENV [ "PYTHON_DECIMAL_WITH_MACHINE" ] = Hardware ::CPU . arm? ? "uint128" : "x64"
87
87
end
88
88
You can’t perform that action at this time.
0 commit comments