# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/python-cryptography/hotfix-pyo3.patch # Copyright (C) 2025 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- cryptography-46.0.1/Cargo.toml.vanilla 2025-09-17 20:30:15.807677024 +0200 +++ cryptography-46.0.1/Cargo.toml 2025-09-17 20:33:26.930775295 +0200 @@ -22,7 +22,7 @@ [workspace.dependencies] asn1 = { version = "0.22.0", default-features = false } -pyo3 = { version = "0.26", features = ["abi3"] } +pyo3 = { version = "0.26", features = ["abi3", "abi3-py39"] } pyo3-build-config = { version = "0.26" } openssl = "0.10.73" openssl-sys = "0.9.108"