X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=debian%2Fpython3-osm-mon.postinst;h=a097dff6cb51db0e35523310f1b5e8a14516f2fa;hb=9006f6d5af485dfb01e5f585fdff1bbcf44f42b1;hp=26ac8d73bc21e0ea25aed3040633cc7fa729c3c3;hpb=616fde7e4671be3da07ea59765c311c26bfe2e16;p=osm%2FMON.git diff --git a/debian/python3-osm-mon.postinst b/debian/python3-osm-mon.postinst index 26ac8d7..a097dff 100644 --- a/debian/python3-osm-mon.postinst +++ b/debian/python3-osm-mon.postinst @@ -23,18 +23,15 @@ ## echo "Installing python dependencies via pip..." -pip3 install aiokafka==0.4.* +pip3 install aiokafka==0.6.0 pip3 install requests==2.18.* -pip3 install jsmin==2.2.* -pip3 install jsonschema==2.6.* pip3 install python-keystoneclient==3.15.* -pip3 install six==1.11.* -pip3 install peewee==3.8.* -pip3 install pyyaml==3.* +pip3 install six +pip3 install pyyaml>=5.1.2 pip3 install prometheus_client==0.4.* pip3 install gnocchiclient==7.0.* pip3 install pyvcloud==19.1.1 pip3 install python-ceilometerclient==2.9.* -pip3 install peewee-migrate==1.1.* pip3 install python-novaclient==12.0.* +pip3 install python-neutronclient==5.1.* echo "Installation of python dependencies finished"