X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=ansible%2Finstall.yml;h=e303aad8627a94b4ca48a44deaca82db0b9bcbfa;hb=a04808bbda3b4a626a555d105f5f96bbee862f4f;hp=61d12a244c3908442e3dba6ecc1c2a5c1ff8a26a;hpb=bbe128904ab07e43a0386f17a500c679ff9059e0;p=osm%2Fvim-emu.git diff --git a/ansible/install.yml b/ansible/install.yml index 61d12a2..e303aad 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -51,11 +51,14 @@ 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