diff --git a/security/py-pyvex/files/patch-pyproject.toml b/security/py-pyvex/files/patch-pyproject.toml new file mode 100644 index 000000000000..3465e3cea9f4 --- /dev/null +++ b/security/py-pyvex/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- pyproject.toml.orig 2026-07-29 17:55:04 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["scikit-build-core ~= 0.12.2", "cffi >= 1.0.3;implementation_name == 'cpython'"] ++requires = ["scikit-build-core >= 0.12.2", "cffi >= 1.0.3;implementation_name == 'cpython'"] + build-backend = "scikit_build_core.build" + + [project]