ports/devel/py-lazy-object-proxy/files/patch-pyproject.toml
Po-Chuan Hsieh d3fe959a36
devel/py-lazy-object-proxy: Remove PY_SETUPTOOLS
- Update version requirement of BUILD_DEPENDS

py-setuptools should be used rather than PY_SETUPTOOLS
2024-03-09 22:05:50 +08:00

10 lines
242 B
TOML

--- pyproject.toml.orig 2023-12-13 17:32:08 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
[build-system]
requires = [
- "setuptools>=64",
+ "setuptools>=61",
"setuptools_scm>=8",
]
build-backend = "setuptools.build_meta"