Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | python-psutil: Update to 5.9.5, replace patch | Jeffery To | 2023-08-17 |
| | | | | | | | | | | | 100_add_cross_platform_build_ability.patch was submitted upstream in https://github.com/giampaolo/psutil/pull/2068, but that pull request was closed without being merged. This replaces that patch with a simpler version that only updates setup.py, leaving the run-time library code unchanged. Signed-off-by: Jeffery To <jeffery.to@gmail.com> | ||
* | python-psutil: update to version 5.9.0, fix build on macos | Sergey V. Lobanov | 2022-02-24 |
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> |