installing pycrypto with pip post-install script 42/6842/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Fri, 2 Nov 2018 17:21:46 +0000 (18:21 +0100)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Fri, 2 Nov 2018 17:21:46 +0000 (18:21 +0100)
Change-Id: I54218e779ae2860c4da63ea182905be5c839a707
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
debian/python3-osm-common.postinst

index 658ef23..30e749c 100755 (executable)
@@ -24,7 +24,7 @@ pip3 install pip==9.0.3
 pip3 install --upgrade aiokafka==0.4.*
 pip3 install --upgrade pymongo==3.7.*
 pip3 install --upgrade pyyaml==3.*
-# pip3 install pycrypto   added as dependency: python3-crypto
+pip3 install pycrypto   # added dependency python3-crypto seems not working
 
 #Creation of log folder
 mkdir -p /var/log/osm