File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,7 @@ class PythonAT38 < Formula
17
17
18
18
# setuptools remembers the build flags python is built with and uses them to
19
19
# build packages later. Xcode-only systems need different flags.
20
- pour_bottle? do
21
- reason <<~EOS
22
- The bottle needs the Apple Command Line Tools to be installed.
23
- You can install them, if desired, with:
24
- xcode-select --install
25
- EOS
26
- satisfy { MacOS ::CLT . installed? }
27
- end
20
+ pour_bottle? only_if : :clt_installed
28
21
29
22
keg_only :versioned_formula
30
23
@@ -60,15 +53,6 @@ class PythonAT38 < Formula
60
53
sha256 "e11eefd162658ea59a60a0f6c7d493a7190ea4b9a85e335b33489d9f17e0245e"
61
54
end
62
55
63
- # Remove this block when upstream backports arm64 compatibility to the 3.8 branch
64
- if Hardware ::CPU . arm?
65
- # Upstream PRs #20171, #21114, #21224 and #21249
66
- patch do
67
- url "https://raw.githubusercontent.com/Homebrew/formula-patches/cef51fde/python/3.8.7.patch"
68
- sha256 "01ebca9fed99fd0b34abfd198e7d6137e3f851d9d1a07ded837b28c7998e810c"
69
- end
70
- end
71
-
72
56
# Link against libmpdec.so.3, update for mpdecimal.h symbol cleanup.
73
57
patch do
74
58
url "https://www.bytereef.org/contrib/decimal-3.8.diff"
You can’t perform that action at this time.
0 commit comments