X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fpython3-osm-mon.postinst;h=ff08172727e241014ea36dd9e8b0b9f6283fa9d6;hb=73dbb4e243f47afef0d1bb61988608e256939e87;hp=26ac8d73bc21e0ea25aed3040633cc7fa729c3c3;hpb=616fde7e4671be3da07ea59765c311c26bfe2e16;p=osm%2FMON.git diff --git a/debian/python3-osm-mon.postinst b/debian/python3-osm-mon.postinst index 26ac8d7..ff08172 100644 --- a/debian/python3-osm-mon.postinst +++ b/debian/python3-osm-mon.postinst @@ -25,16 +25,16 @@ echo "Installing python dependencies via pip..." pip3 install aiokafka==0.4.* 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 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 pymysql==0.9.* +pip3 install python-neutronclient==5.1.* echo "Installation of python dependencies finished"