make sysutils/py-psutil build on SecBSD
This commit is contained in:
parent
09b3080379
commit
e2e2ced49d
15 changed files with 528 additions and 3 deletions
11
sysutils/py-psutil/patches/patch-pyproject_toml
Normal file
11
sysutils/py-psutil/patches/patch-pyproject_toml
Normal 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",
|
Loading…
Add table
Add a link
Reference in a new issue