summaryrefslogtreecommitdiff
path: root/Mac/BuildScript/build-installer.py
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-06-24 00:19:31 -0700
committerNed Deily <nad@acm.org>2012-06-24 00:19:31 -0700
commit430d7a3090389606c2c9370d854a08eacc7f6823 (patch)
tree3abed9bb6c9129c887430e8f324008a24f59fcc9 /Mac/BuildScript/build-installer.py
parent7d9cf83f2fe3f3db06b6b34bca186e45bb940128 (diff)
downloadcpython-git-430d7a3090389606c2c9370d854a08eacc7f6823.tar.gz
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/build-installer.py')
-rwxr-xr-xMac/BuildScript/build-installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 0bf21003b8..9f8d0259c1 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",