forked from pool/python-cryptography
- 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:
14
use-offline-build.patch
Normal file
14
use-offline-build.patch
Normal 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 = [
|
Reference in New Issue
Block a user