Skip to content

Commit 9632f8e

Browse files
committed
The issue addresses the part where `MACOSX_DEPLOYMENT_TARGET` comes to be out as an integer instead of String(Float). This seems to be an issue with the new MacOS's BigSur update and has been solved in `python3.9` (MACOSX_DEPLOYMENT_TARGET). However, there's no fix for python3.7 yet. - Pointed to the right patch for the fix - Revision bump (python/cpython#24341)
1 parent f4b054b commit 9632f8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/[email protected]

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class PythonAT37 < Formula
44
url "https://www.python.org/ftp/python/3.7.10/Python-3.7.10.tar.xz"
55
sha256 "f8d82e7572c86ec9d55c8627aae5040124fd2203af400c383c821b980306ee6b"
66
license "Python-2.0"
7-
revision 2
7+
revision 3
88

99
livecheck do
1010
url "https://www.python.org/ftp/python/"
@@ -81,8 +81,8 @@ class PythonAT37 < Formula
8181
# ourselves.
8282
# https://bugs.python.org/issue42504
8383
patch do
84-
url "https://raw.githubusercontent.com/Homebrew/formula-patches/05a27807/python/3.7.9.patch"
85-
sha256 "486188ac1a4af4565de5ad54949939bb69bffc006297e8eac9339f19d7d7492b"
84+
url "https://raw.githubusercontent.com/Homebrew/formula-patches/c4bc563a8d008ebd0e8d927c043f6dd132d3ba89/python/big-sur-3.7.patch"
85+
sha256 "67c99bdf0bbe0a640d70747aad514cd74602e7c4715fd15f1f9863eef257735e"
8686
end
8787

8888
# Link against libmpdec.so.3, update for mpdecimal.h symbol cleanup.

0 commit comments

Comments
 (0)