make sysutils/py-psutil build on SecBSD

This commit is contained in:
purplerain 2023-09-12 03:36:48 +00:00
parent 09b3080379
commit e2e2ced49d
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
15 changed files with 528 additions and 3 deletions

View file

@ -0,0 +1,11 @@
Index: pyproject.toml
--- pyproject.toml.orig
+++ pyproject.toml
@@ -27,6 +27,7 @@ exclude_lines = [
"if MACOS",
"if NETBSD",
"if OPENBSD",
+ "if SECBSD",
"if ppid_map is None:",
"if PY3:",
"if SUNOS",