summaryrefslogtreecommitdiff
path: root/security/py-cryptography-vectors/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-cryptography-vectors/files/patch-pyproject.toml')
-rw-r--r--security/py-cryptography-vectors/files/patch-pyproject.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/py-cryptography-vectors/files/patch-pyproject.toml b/security/py-cryptography-vectors/files/patch-pyproject.toml
new file mode 100644
index 000000000000..c39ce6135515
--- /dev/null
+++ b/security/py-cryptography-vectors/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 1970-01-01 00:00:00 UTC
++++ pyproject.toml
+@@ -1,6 +1,6 @@
+ [build-system]
+-requires = ["uv_build>=0.7.19,<0.9.0"]
+-build-backend = "uv_build"
++requires = ["flit_core >=3.2,<4"]
++build-backend = "flit_core.buildapi"
+
+ [project]
+ name = "cryptography_vectors"