ports/security/py-certomancer/files/patch-pyproject.toml
Po-Chuan Hsieh 05343448b5
security/py-certomancer: Update to 0.12.0
- Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS

Changes:	https://github.com/MatthiasValvekens/certomancer/commits/master
2024-03-31 11:07:32 +08:00

10 lines
232 B
TOML

--- pyproject.toml.orig 2024-03-15 23:37:58 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
[build-system]
requires = [
- "setuptools>=67.4",
+ "setuptools>=61",
"wheel",
]
build-backend = "setuptools.build_meta"