X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=scripts%2Fpython-osm-ro.postinst;h=3e4c1037a07316bbabb9c8a827457c4d0cfae7d2;hb=4d22bdc5e63e019216fde7cd911f35d39093b0c4;hp=d697afe538f5a735e413eb7f6db1251b57838313;hpb=1c385a3ed806e8144a837199816465e2e3e07085;p=osm%2FRO.git diff --git a/scripts/python-osm-ro.postinst b/scripts/python-osm-ro.postinst index d697afe5..3e4c1037 100755 --- a/scripts/python-osm-ro.postinst +++ b/scripts/python-osm-ro.postinst @@ -22,11 +22,14 @@ OSMRO_PATH=`python -c 'import osm_ro; print osm_ro.__path__[0]'` #OSMLIBOVIM_PATH=`python -c 'import lib_osm_openvim; print lib_osm_openvim.__path__[0]'` #Pip packages required for vmware connector -pip install --upgrade pip -pip install pyvcloud -pip install progressbar -pip install prettytable -pip install pyvmomi +pip2 install pip==9.0.3 +pip2 install --upgrade pyvcloud==19.1.1 +pip2 install --upgrade progressbar +pip2 install --upgrade prettytable +pip2 install --upgrade pyvmomi +pip2 install --upgrade pyang pyangbind +pip2 install untangle +pip2 install -e git+https://github.com/python-oca/python-oca#egg=oca systemctl enable osm-ro.service