diff options
author | Valentin David <valentin.david@gmail.com> | 2018-08-13 13:36:45 +0000 |
---|---|---|
committer | Valentin David <valentin.david@gmail.com> | 2018-08-13 13:36:45 +0000 |
commit | 56f2b2e4f733f9c604c072a60bc53cac749f3f5e (patch) | |
tree | fdc7d0c987d5fcbcdf75597928e07b8019036b28 | |
parent | 5a66710733fcb0d3e24da9ba935de56b79bdb4c5 (diff) | |
parent | 6e759d8aa41f60e9a0dfe409e61e2c32a7a1d386 (diff) | |
download | buildstream-56f2b2e4f733f9c604c072a60bc53cac749f3f5e.tar.gz |
Merge branch 'valentindavid/ruamel-version' into 'master'
Set version of ruaml.yaml to at least 0.15.41 but strictly less than 0.15.52.
Closes #571
See merge request BuildStream/buildstream!646
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -258,7 +258,7 @@ setup(name='BuildStream', install_requires=[ 'setuptools', 'psutil', - 'ruamel.yaml <= 0.15', + 'ruamel.yaml < 0.15.52', 'pluginbase', 'Click', 'blessings', |