fix 1138 forcing cryptography version 2.5 or higher
[osm/RO.git] / RO / debian / python3-osm-ro.postinst
index 02f356b..877a496 100755 (executable)
@@ -18,4 +18,5 @@
 ##
 
 echo "POST INSTALL OSM-RO"
-# nothing to do
+# Ensure a proper version of cryptography, needed by paramiko
+python3 -m pip install "cryptography>=2.5" -U