openwrt-packages/lang/python/python-psutil
Sergey V. Lobanov 45b8ef2822 python-psutil: update to version 5.9.0, fix build on macos
1. updated to 5.9.0

2. psutil can not be built on macos due to build script detects Darwin
using sys.platform and changes build logic to build for Darwin, but
OpenWrt is Linux.
This commit add patch to allow redefining sys.platform and uses
env var TARGET_SYS_PLATFORM to specify linux as sys platfrom.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-02-24 14:33:56 -08:00
..
patches python-psutil: update to version 5.9.0, fix build on macos 2022-02-24 14:33:56 -08:00
Makefile python-psutil: update to version 5.9.0, fix build on macos 2022-02-24 14:33:56 -08:00