From: lavado Date: Mon, 11 Nov 2019 21:25:35 +0000 (-0500) Subject: Upgrading PyYaml due to new juju package X-Git-Tag: v7.0.0rc1~17 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=e492a792a61496eb12271eb3160e55d51ee0237a;hp=-c;p=osm%2FMON.git Upgrading PyYaml due to new juju package Change-Id: Idce6235e9bdd033d16d207734c9e1ddd0ed0453b Signed-off-by: lavado --- e492a792a61496eb12271eb3160e55d51ee0237a diff --git a/debian/python3-osm-mon.postinst b/debian/python3-osm-mon.postinst index f41b674..ff08172 100644 --- a/debian/python3-osm-mon.postinst +++ b/debian/python3-osm-mon.postinst @@ -28,7 +28,7 @@ pip3 install requests==2.18.* 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 diff --git a/requirements.txt b/requirements.txt index 6215643..29ee06a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ requests==2.18.* python-keystoneclient==3.15.* six==1.11.* peewee==3.8.* -pyyaml==3.* +pyyaml>=5.1.2 prometheus_client==0.4.* gnocchiclient==7.0.* pymysql==0.9.* diff --git a/setup.py b/setup.py index 032ee87..1cee33f 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup( "python-keystoneclient==3.15.*", "six==1.11.*", "peewee==3.8.*", - "pyyaml==3.*", + "pyyaml>=5.1.2", "prometheus_client==0.4.*", "gnocchiclient==7.0.*", "pyvcloud==19.1.1",