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.
This commit is contained in:
Ned Deily 2012-06-24 00:19:31 -07:00
parent 7d9cf83f2f
commit 430d7a3090
3 changed files with 3 additions and 143 deletions

View file

@ -361,7 +361,7 @@ def pkg_recipes():
),
]
if DEPTARGET < '10.4':
if DEPTARGET < '10.4' and not PYTHON_3:
result.append(
dict(
name="PythonSystemFixes",