X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=debian%2Fpython3-osm-mon.postinst;h=f2d1af9d3f1323805bd7571d12cc6a4f257f365e;hb=refs%2Fchanges%2F49%2F7149%2F1;hp=89cd2b31df360b0dac94d7abb05f1302049b4f92;hpb=dec1bb5edc73cc455d7b2c759c77c1dd4ca77ff3;p=osm%2FMON.git diff --git a/debian/python3-osm-mon.postinst b/debian/python3-osm-mon.postinst index 89cd2b3..f2d1af9 100644 --- a/debian/python3-osm-mon.postinst +++ b/debian/python3-osm-mon.postinst @@ -1,20 +1,15 @@ #!/bin/bash echo "Installing python dependencies via pip..." -pip3 install kafka==1.3.* +pip3 install aiokafka==0.4.* pip3 install requests==2.18.* pip3 install cherrypy==14.0.* pip3 install jsmin==2.2.* pip3 install jsonschema==2.6.* pip3 install python-keystoneclient==3.15.* -pip3 install boto==2.48 -pip3 install python-cloudwatchlogs-logging==0.0.3 -pip3 install py-cloudwatch==0.0.1 -pip3 install pyvcloud==19.1.1 -pip3 install pyopenssl==17.5.* pip3 install six==1.11.* -pip3 install bottle==0.12.* pip3 install peewee==3.1.* pip3 install pyyaml==3.* pip3 install prometheus_client==0.4.* +pip3 install gnocchiclient==7.0.* echo "Installation of python dependencies finished" \ No newline at end of file