Fix bug 913 - LCM not getting VNF mgmt ip when using native charms
[osm/LCM.git] / setup.py
index 17e6ab8..b4d614a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ setup(
     ],
     install_requires=[
         # 'pymongo',
-        'PyYAML==3.*',
+        'PyYAML',
         'aiohttp==0.20.2',
         'osm-common',
         'n2vc',