fix 1138 forcing cryptography version 2.5 or higher
[osm/RO.git] / NG-RO / debian / python3-osm-ng-ro.postinst
index 09b59d2..87416ac 100755 (executable)
@@ -21,5 +21,4 @@ echo "POST INSTALL OSM-RO-NG"
 echo "Installing python dependencies via pip..."
 
 # python3 -m pip install -U pip
-python3 -m pip install cherrypy==18.1.2
-
+python3 -m pip install -U "cherrypy==18.1.2"  "cryptography>=2.5"