summaryrefslogtreecommitdiff
path: root/security/py-python3-saml/files/patch-pyproject.toml
blob: e46f3ab3cb4442a7c53b743f16067974d819a00b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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"
 ]