mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
textproc/py-jinjanator-plugins: Fix build
Fix build after py-hatchling update to 1.29
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
--- pyproject.toml.orig 2025-12-09 07:40:39 UTC
|
||||
--- pyproject.toml.orig 2025-10-18 11:26:02 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -3,7 +3,7 @@ requires = [
|
||||
requires = [
|
||||
"hatch-fancy-pypi-readme",
|
||||
"hatch-vcs",
|
||||
- "hatchling<1.27",
|
||||
+ "hatchling<=1.28",
|
||||
+ "hatchling<=1.29",
|
||||
]
|
||||
|
||||
[project]
|
||||
|
||||
Reference in New Issue
Block a user