🕊️ Adds import after install

This commit is contained in:
Rune Harlyk
2025-02-05 09:32:28 +01:00
parent 97030e53a1
commit d4b485160b
+3
View File
@@ -28,6 +28,9 @@ try:
from cryptography.hazmat.primitives import serialization
except ImportError:
env.Execute("$PYTHONEXE -m pip install cryptography")
from cryptography import x509
from cryptography.hazmat.backends import default_backend
from cryptography.hazmat.primitives import serialization
ca_bundle_bin_file = 'x509_crt_bundle.bin'