aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-constantly/patches/001-unpin-setuptools.patch
blob: 9d890abc946c072a5c702746f49e84657d6b1d8b (plain)
1
2
3
4
5
6
7
8
9
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools>=68.2", "versioneer[toml]==0.29"]
+requires = ["setuptools", "versioneer[toml]==0.29"]
 build-backend = "setuptools.build_meta"
 
 [project]