X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=RO%2Fdebian%2Fpython3-osm-ro.postinst;h=877a496c3539204ef83f971622d2d66e7f91bc29;hb=aed948dcfe3e1586c184fd31abacbd3b89eb2a2d;hp=02f356b7570b43142009a399d59f3bd8fda1d223;hpb=57dadcfd0fcf3c8e933602e2fb57f32658d9c845;p=osm%2FRO.git 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