Remove command for Python 3.6

Co-authored-by: Ondrej Baranovič <nulano@nulano.eu>
This commit is contained in:
Hugo van Kemenade 2021-10-15 16:57:09 +03:00
parent 31a96b9c9b
commit 24ca657e29

View File

@ -474,7 +474,6 @@ def build_pillow():
cmd_cd("{pillow_dir}"), cmd_cd("{pillow_dir}"),
*prefs["header"], *prefs["header"],
cmd_set("DISTUTILS_USE_SDK", "1"), # use same compiler to build Pillow cmd_set("DISTUTILS_USE_SDK", "1"), # use same compiler to build Pillow
cmd_set("py_vcruntime_redist", "true"), # use /MD, not /MT
r'"{python_dir}\{python_exe}" setup.py build_ext --vendor-raqm --vendor-fribidi %*', # noqa: E501 r'"{python_dir}\{python_exe}" setup.py build_ext --vendor-raqm --vendor-fribidi %*', # noqa: E501
] ]