Files
ports/sysutils/py-croniter/files/patch-pyproject.toml
T
Einar Bjarni Halldórsson 5262c9a8c0 sysutils/py-croniter: Fix build.
PR:		295195
Approved by:	skreuzer@ (maintainer)
2026-05-12 01:13:04 +00:00

19 lines
440 B
TOML

--- pyproject.toml.orig 2026-05-11 10:43:44 UTC
+++ pyproject.toml
@@ -1,10 +1,10 @@ requires = [
[build-system]
requires = [
- "hatchling==1.29.0",
- "packaging==26.0",
- "pathspec==1.0.4",
- "pluggy==1.6.0",
- "trove-classifiers==2026.1.14.14",
+ "hatchling>=1.29.0",
+ "packaging>=26.0",
+ "pathspec>=1.0.4",
+ "pluggy>=1.6.0",
+ "trove-classifiers>=2026.1.14.14",
]
build-backend = "hatchling.build"