diff options
author | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2018-08-09 20:03:52 +0000 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2018-08-09 20:03:52 +0000 |
commit | a602365c263489ae6eda71d47f63587f5e1ad4d1 (patch) | |
tree | ae459c20c0222107a63e96172fecfe8899c4282a | |
parent | de955834683535cafc15c9d69f5a53e204df735f (diff) | |
parent | 975955853c777ffed8cd9fc2f2da0c84831e49b7 (diff) | |
download | buildstream-a602365c263489ae6eda71d47f63587f5e1ad4d1.tar.gz |
Merge branch 'jmac/pin-ruamel-version' into 'master'
Pin ruamel.yaml version to <= 0.15
See merge request BuildStream/buildstream!630
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -251,7 +251,7 @@ setup(name='BuildStream', install_requires=[ 'setuptools', 'psutil', - 'ruamel.yaml', + 'ruamel.yaml <= 0.15', 'pluginbase', 'Click', 'blessings', |