Skip to content

Commit d187168

Browse files
committed
Updated setup.py
1 parent 0deee17 commit d187168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"icoextract",
3434
"yara-python",
3535
"iced-x86",
36-
"python-magic-bin; platform_system == 'Windows'",
37-
"python-magic; platform_system != 'Windows'",
36+
"python-magic-bin; platform_system == 'Windows' or platform_system == 'Darwin'",
37+
"python-magic; platform_system != 'Windows' and platform_system != 'Darwin'",
3838
"vt-py",
3939
"matplotlib",
4040
],

0 commit comments

Comments
 (0)