diff options
Diffstat (limited to 'security/py-certomancer/files/patch-pyproject.toml')
-rw-r--r-- | security/py-certomancer/files/patch-pyproject.toml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/py-certomancer/files/patch-pyproject.toml b/security/py-certomancer/files/patch-pyproject.toml index c538a61321ba..2adea008a048 100644 --- a/security/py-certomancer/files/patch-pyproject.toml +++ b/security/py-certomancer/files/patch-pyproject.toml @@ -1,12 +1,10 @@ ---- pyproject.toml.orig 2023-05-14 07:59:10 UTC +--- pyproject.toml.orig 2024-03-15 23:37:58 UTC +++ pyproject.toml -@@ -1,7 +1,7 @@ +@@ -1,6 +1,6 @@ requires = [ [build-system] requires = [ - "setuptools>=67.4", -- "wheel", "pytest-runner", + "setuptools>=61", -+ "wheel", + "wheel", ] build-backend = "setuptools.build_meta" - |