summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLandry Breuil <landry@openbsd.org>2015-04-05 12:02:13 +0200
committerLandry Breuil <landry@openbsd.org>2015-04-05 12:02:13 +0200
commit3432ceee9d800951999a5a53a626d5046da35e32 (patch)
treeaf75f6aca9881cfe972d79fe666dc245a1920a2c /setup.py
parentd478f9be0d11257d6b1b0441731ad7c734d6d8c6 (diff)
downloadpsutil-3432ceee9d800951999a5a53a626d5046da35e32.tar.gz
Fix after changes from #564
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d83e1e9b..d91e390b 100644
--- a/setup.py
+++ b/setup.py
@@ -126,6 +126,7 @@ elif sys.platform.startswith("openbsd"):
'psutil/_psutil_common.c',
'psutil/arch/bsd/process_info_openbsd.c'
],
+ define_macros=[VERSION_MACRO],
libraries=["kvm"]),
posix_extension,
]