Files
macports-ports/python/py-croniter/files/patch-pyproject.toml.diff
2026-07-03 22:26:54 -04:00

16 lines
350 B
Diff

--- pyproject.toml.orig 2026-07-02 10:24:29
+++ pyproject.toml 2026-07-03 22:25:46
@@ -1,11 +1,5 @@
[build-system]
-requires = [
- "hatchling==1.30.1",
- "packaging==26.2",
- "pathspec==1.1.1",
- "pluggy==1.6.0",
- "trove-classifiers==2026.6.1.19",
-]
+requires = ["hatchling==1.30.1"]
build-backend = "hatchling.build"
[project]