Feature: Support for ipc_mode and devices keywords in 5GTANGO LLCM.
[osm/vim-emu.git] / ansible / install.yml
index 61d12a2..e303aad 100755 (executable)
      pip: name=argparse state=latest
 
    - name: install networkx
-     pip: name=networkx state=latest
+     pip: name=networkx version=1.11
 
    - name: install six
      pip: name=six state=latest
 
+   - name: install tinyrpc (fixed version to not break ryu)
+     pip: name=tinyrpc version=1.0.3
+
    - name: install ryu
      pip: name=ryu state=latest
      
@@ -63,7 +66,7 @@
      pip: name=oslo.config state=latest
 
    - name: install pytest
-     pip: name=pytest state=latest
+     pip: name=pytest version=4.6.4
 
    - name: install Flask
      pip: name=Flask state=latest