Files
ports/security/py-cryptography_vectors/patches/patch-pyproject_toml
T

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]