14
0

- Fix building on SLE based distributions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=228
This commit is contained in:
2024-09-16 11:21:15 +00:00
committed by Git OBS Bridge
commit 542b1f0d3a
12 changed files with 2253 additions and 0 deletions

14
use-offline-build.patch Normal file
View File

@@ -0,0 +1,14 @@
Index: cryptography-43.0.0/pyproject.toml
===================================================================
--- cryptography-43.0.0.orig/pyproject.toml
+++ cryptography-43.0.0/pyproject.toml
@@ -84,7 +84,8 @@ python-source = "src"
python-packages = ["cryptography"]
manifest-path = "src/rust/Cargo.toml"
module-name = "cryptography.hazmat.bindings._rust"
-locked = true
+locked = false
+offline = true
sdist-generator = "git"
features = ["pyo3/abi3-py37"]
include = [