ports/devel/py-hunter/files/patch-pyproject.toml
Yuri Victorovich 739e53ed44 devel/py-hunter: Update 3.5.1 → 3.6.0
Reported by:	portscout
2023-04-27 01:36:48 -07:00

10 lines
214 B
TOML

--- 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",
]