mirror of
https://github.com/python/cpython.git
synced 2025-08-09 19:38:42 +00:00
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:
parent
7d9cf83f2f
commit
430d7a3090
3 changed files with 3 additions and 143 deletions
|
@ -361,7 +361,7 @@ def pkg_recipes():
|
|||
),
|
||||
]
|
||||
|
||||
if DEPTARGET < '10.4':
|
||||
if DEPTARGET < '10.4' and not PYTHON_3:
|
||||
result.append(
|
||||
dict(
|
||||
name="PythonSystemFixes",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue