summaryrefslogtreecommitdiff
path: root/devel/py-hunter/files/patch-pyproject.toml
blob: f7abe2f37aeb6e01dd4c10be2abbcfe2acba3f41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- pyproject.toml.orig	2023-04-27 06:43:19 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@
 [build-system]
 requires = [
-    "setuptools>=64.0.0",
+    "setuptools",
     "wheel",
     "setuptools_scm>=3.3.1,!=4.0.0",
 ]