diff options
author | Ned Deily <nad@acm.org> | 2012-06-24 07:19:31 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-06-24 07:19:31 (GMT) |
commit | 430d7a3090389606c2c9370d854a08eacc7f6823 (patch) | |
tree | 3abed9bb6c9129c887430e8f324008a24f59fcc9 /Mac/BuildScript | |
parent | 7d9cf83f2fe3f3db06b6b34bca186e45bb940128 (diff) | |
download | cpython-430d7a3090389606c2c9370d854a08eacc7f6823.zip cpython-430d7a3090389606c2c9370d854a08eacc7f6823.tar.gz cpython-430d7a3090389606c2c9370d854a08eacc7f6823.tar.bz2 |
Remove obsolete fixapplepython23 script and PythonSystemFixes
installer package from the OS X Makefile for Python 3. It has
never worked on Python 3 and is not needed there as pre-10.3.9
installs are no longer supported.
Diffstat (limited to 'Mac/BuildScript')
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 0bf2100..9f8d025 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -361,7 +361,7 @@ def pkg_recipes(): ), ] - if DEPTARGET < '10.4': + if DEPTARGET < '10.4' and not PYTHON_3: result.append( dict( name="PythonSystemFixes", |