Upgrading PyYaml due to new juju package 47/8147/2
authorlavado <glavado@whitestack.com>
Mon, 11 Nov 2019 21:25:35 +0000 (16:25 -0500)
committerlavado <glavado@whitestack.com>
Tue, 12 Nov 2019 03:06:21 +0000 (04:06 +0100)
Change-Id: Idce6235e9bdd033d16d207734c9e1ddd0ed0453b
Signed-off-by: lavado <glavado@whitestack.com>
debian/python3-osm-mon.postinst
requirements.txt
setup.py

index f41b674..ff08172 100644 (file)
@@ -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
index 6215643..29ee06a 100644 (file)
@@ -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.*
index 032ee87..1cee33f 100644 (file)
--- 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",