Files
macports-ports/python/py-mako/files/patch-wheel-pyproject.toml.diff
2025-04-13 22:19:33 -04:00

11 lines
265 B
Diff

--- pyproject.toml.orig 2025-04-13 22:17:29
+++ pyproject.toml 2025-04-13 22:17:38
@@ -1,6 +1,6 @@
[build-system]
build-backend = 'setuptools.build_meta'
-requires = ['setuptools >= 47', 'wheel']
+requires = ['setuptools >= 47']
[tool.black]
line-length = 79