summaryrefslogtreecommitdiff
path: root/sysutils/duplicity/files/patch-pyproject.toml
blob: 23c9a01b1c8d84c2cd15417c1c6204dce91d032b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- pyproject.toml.orig	2025-06-25 20:20:03 UTC
+++ pyproject.toml
@@ -34,10 +34,10 @@ requires = [
 [build-system]
 requires = [
     "build>=1.1",
-    "pip>=24.0",
+    "pip>=23.3",
     "pipx>=1.5",
     "packaging>=20.0",
-    "setuptools>=78.1.0",
+    "setuptools>=63.1.0",
     "wheel>=0.42.0",
 ]
 build-backend = "setuptools.build_meta"