Skip to content

Commit b00cbd5

Browse files
authored
Update setup.py
Fixes python-poetry/poetry#3140
1 parent fa7016f commit b00cbd5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: python/setup.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212
history = history_file.read()
1313

1414
requirements = [
15-
# wasmer, if we are in Linux x86_64
16-
'wasmer>=0.3.0; python_version>="3.5" and platform_machine=="x86_64" and sys_platform=="linux"',
17-
# wasmer, if we are in macOS x86_64
18-
'wasmer>=0.3.0; python_version>="3.5" and platform_machine=="x86_64" and sys_platform=="darwin"'
15+
'wasmer>=0.3.0; python_version>="3.5" and platform_machine=="x86_64" and (sys_platform=="linux" or sys_platform=="darwin")',
1916
]
2017

2118
setup_requirements = ['pytest-runner', ]

0 commit comments

Comments
 (0)