]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649) (GH-23650)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 5 Dec 2020 04:26:59 +0000 (20:26 -0800)
committerGitHub <noreply@github.com>
Sat, 5 Dec 2020 04:26:59 +0000 (23:26 -0500)
commit06002b3f0d4570424feef37103c7e9b7d16bd63d
tree39bfd3bdc4e2fa66a4565301829e5b698528bec1
parentd1f07419c7560ed3ba52ba4f667f4eec9b5fe95d
[3.9] bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649) (GH-23650)

If no explicit macOS SDK was specified, setup.py should check for
Tcl and TK frameworks in /Library/Frameworks; the previous commit
inadvertently broke that test.
(cherry picked from commit 29afab6c5f656f07ac85c9b2cf089631b2557a11)

Co-authored-by: Ned Deily <nad@python.org>
Misc/NEWS.d/next/macOS/2020-12-04-23-09-11.bpo-41116.mSbXyV.rst [new file with mode: 0644]
setup.py