aboutsummaryrefslogtreecommitdiffstats
path: root/popenasync.py
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2018-02-20 16:10:49 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2018-02-21 11:33:59 +0000
commite0a4372160d9b1ab1550589784cc456b93d28cab (patch)
treef06cf999695d859fefc29ce15a230e9e208372b8 /popenasync.py
parentea66a78ea73f677a9025e1482e658409cecd7e2a (diff)
Fix wheel packages on macOS to contain min correct deployment target
Python's distutils does not know about the minimum deployment target of extensions, but only the version that was used when building the Python interpreter itself. This value is propagated to the final wheel name, and confuses users on which macOS version can the package be used. This patch computes the correct minimum deployment target, and forces distutils (and wheel) to use it in the wheel name. Unfortunately it requires a slightly dirty hack to circumvent a rigid check in distutils itself. Task-number: PYSIDE-612 Change-Id: I4380ee81840f9746b210579700cc5d69d3865810 Reviewed-by: Fredrik Averpil <fredrik@averpil.com> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'popenasync.py')
0 files changed, 0 insertions, 0 deletions