Fix: Fixed version of tinyrpc to not break the Ryu installation.
[osm/vim-emu.git] / ansible / install.yml
index b032b0b..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
@@ -89,6 +92,9 @@
    - name: install ipaddress
      pip: name=ipaddress state=latest
 
+   - name: install gevent
+     pip: name=gevent state=latest
+
    #- name: install urllib
    #  pip: name=urllib state=latest