Files
MINGW-packages/mingw-w64-python-build/0001-optional-colorama.patch
Christoph Reiter 721444a209 python-build: remove colorama from dependencies
it's optional in our case, since it would break bootstrapping
otherwise.
2023-09-07 09:24:01 +02:00

12 lines
511 B
Diff

--- build-1.0.3/pyproject.toml.orig 2023-09-07 09:20:37.753890800 +0200
+++ build-1.0.3/pyproject.toml 2023-09-07 09:21:02.542739800 +0200
@@ -34,8 +34,6 @@
dependencies = [
"packaging >= 19.0",
"pyproject_hooks",
- # not actually a runtime dependency, only supplied as there is not "recommended dependency" support
- 'colorama; os_name == "nt"',
'importlib-metadata >= 4.6; python_version < "3.10"', # Not required for 3.8+, but fixes a stdlib bug
'tomli >= 1.1.0; python_version < "3.11"',
]