summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin David <valentin.david@gmail.com>2018-08-13 13:36:45 +0000
committerValentin David <valentin.david@gmail.com>2018-08-13 13:36:45 +0000
commit56f2b2e4f733f9c604c072a60bc53cac749f3f5e (patch)
treefdc7d0c987d5fcbcdf75597928e07b8019036b28
parent5a66710733fcb0d3e24da9ba935de56b79bdb4c5 (diff)
parent6e759d8aa41f60e9a0dfe409e61e2c32a7a1d386 (diff)
downloadbuildstream-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-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 35b8245c9..cda0ebbcb 100755
--- a/setup.py
+++ b/setup.py
@@ -258,7 +258,7 @@ setup(name='BuildStream',
install_requires=[
'setuptools',
'psutil',
- 'ruamel.yaml <= 0.15',
+ 'ruamel.yaml < 0.15.52',
'pluginbase',
'Click',
'blessings',