mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
13 lines
331 B
Plaintext
13 lines
331 B
Plaintext
Index: pyproject.toml
|
|
--- pyproject.toml.orig
|
|
+++ pyproject.toml
|
|
@@ -1,7 +1,7 @@
|
|
[build-system]
|
|
# These requirements must be kept sync with the requirements in
|
|
# ./.github/requirements/build-requirements.{in,txt}
|
|
-requires = ["uv_build>=0.7.19,<0.11.0"]
|
|
+requires = ["uv_build>=0.7.19"]
|
|
build-backend = "uv_build"
|
|
|
|
[project]
|