ports/security/py-python3-saml/files/patch-pyproject.toml
Po-Chuan Hsieh 27fe4dde6b
security/py-python3-saml: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2023-08-01 00:40:15 +08:00

11 lines
257 B
TOML

--- pyproject.toml.orig 2022-12-27 21:57:03 UTC
+++ pyproject.toml
@@ -79,7 +79,7 @@ test = ["flake8", "freezegun", "pytest", "coverage"]
[build-system]
requires = [
- "poetry>=1.1.15",
+ "poetry-core>=1.1.0",
"setuptools >= 40.1.0",
"wheel"
]