Files
MINGW-packages/mingw-w64-python-can/001-remove-windows-curses-dependency.patch
2022-04-06 10:17:53 +01:00

11 lines
406 B
Diff

--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,6 @@
install_requires=[
"setuptools",
"wrapt~=1.10",
- 'windows-curses;platform_system=="Windows" and platform_python_implementation=="CPython"',
"typing_extensions>=3.10.0.0",
'pywin32;platform_system=="Windows" and platform_python_implementation=="CPython"',
'msgpack~=1.0.0;platform_system!="Windows"',