python-packages: Replace --global-option with --build-option
authorJeffery To <jeffery.to@gmail.com>
Sat, 27 May 2023 11:43:57 +0000 (19:43 +0800)
committerRosen Penev <rosenp@gmail.com>
Sun, 28 May 2023 06:30:31 +0000 (09:30 +0300)
commitb76fa19b26027f8472617598c19b9e071eef81bb
tree314d74d7a60145e01b596344d8f6fd9d8da7a21f
parent0e34107963e3d503ed4dd7a9b9dc6b75596d5474
python-packages: Replace --global-option with --build-option

setuptools 64.0.0 deprecated the use of --global-option to pass build
parameters[1]. This replaces the use of --global-option with
--build-option.

[1]: https://github.com/pypa/setuptools/blob/main/CHANGES.rst#v6400

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/python/pillow/Makefile
lang/python/python-evdev/Makefile