◐ Shell
clean mode source ↗

bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks by ned-deily · Pull Request #23649 · python/cpython

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.

@ned-deily

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Dec 5, 2020
)

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 29afab6)

Co-authored-by: Ned Deily <nad@python.org>

ned-deily added a commit that referenced this pull request

Dec 5, 2020
) (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 29afab6)

Co-authored-by: Ned Deily <nad@python.org>

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 13, 2021
)

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.