freebsd-ports/devel/py-flake8-black/files/patch-pyproject.toml
Po-Chuan Hsieh 7ec51f4223
devel/py-flake8-black: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for dependency and package change
2023-03-22 03:20:37 +08:00

9 lines
246 B
TOML

--- pyproject.toml.orig 2022-12-20 09:28:50 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ['pip>=21.3', 'setuptools>=61', 'wheel']
+requires = ['setuptools>=61', 'wheel']
build-backend = 'setuptools.build_meta'
[project]