X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=debian%2Fpython3-osm-mon.postinst;h=f41b6741cf7106ae037aa40afcce56e967af2e68;hb=fe7bdeb13eb569b267c7650948d9f634bd49dae9;hp=fc18a7afa57353440bef3173fab76628e738e288;hpb=c0da257ff744282c178594bab0b50ee3a0f3416e;p=osm%2FMON.git diff --git a/debian/python3-osm-mon.postinst b/debian/python3-osm-mon.postinst index fc18a7a..f41b674 100644 --- a/debian/python3-osm-mon.postinst +++ b/debian/python3-osm-mon.postinst @@ -25,8 +25,6 @@ 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.* @@ -38,4 +36,5 @@ 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"