X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=RO%2Fdebian%2Fpython3-osm-ro.postinst;h=877a496c3539204ef83f971622d2d66e7f91bc29;hp=02f356b7570b43142009a399d59f3bd8fda1d223;hb=51cc9c4c78bb54c84a5d2399207d206eb30ea247;hpb=57dadcfd0fcf3c8e933602e2fb57f32658d9c845 diff --git a/RO/debian/python3-osm-ro.postinst b/RO/debian/python3-osm-ro.postinst index 02f356b7..877a496c 100755 --- a/RO/debian/python3-osm-ro.postinst +++ b/RO/debian/python3-osm-ro.postinst @@ -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