-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add python3-psutil #618
Add python3-psutil #618
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Although extremely hacky, it actually builds into a deb for iOS now.
I am seriously impressed either way. Thank you for the help! |
Remove python3.9 dep, it should not require a specific point release, if it does use dpkg version deps on the python3 package |
I'm gonna mark this as ready for review now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems ready for merging now :)
* Trying to add python-psutil to Procursus * fixed a tiny error * fixed more stuff * Attempt ProcursusTeam#2 * Fixed python-psutil for macOS amd64 and arm64. iOS still in progress * Fixed a packaging mistake. * Specified copy command when packaging. * Followed the python naming standard. * Lowkey the hackiest hack of alltime * Added python depends to control file. * Removed a depends in the control file. * Completely redesign iOS patch * Minor fixes * Fix macos building * Delete ios.diff * Update python3-psutil.mk * Update python3-psutil.mk Co-authored-by: Cryptiiiic <liamwqs@gmail.com> Co-authored-by: Hayden <pinseeker75@outlook.com> Co-authored-by: Hayden <me@diatr.us>
I am guessing iOS will need some patches to build correctly. For the time being this will be a draft. This is where the code fails when building for iOS.