summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin David <valentin.david@gmail.com>2018-08-13 13:48:09 +0000
committerValentin David <valentin.david@gmail.com>2018-08-13 13:48:09 +0000
commit01850d558c58bd55ee15733ceecf41696d332666 (patch)
tree8270faaa0d2baa765d4019310932d48a6fe611da
parent650c4d8d1fdb3ea168160a5c368aaaeed6cbb6d4 (diff)
parentf53e12c2d337446d112f53652c6bba9ce8c2f6c8 (diff)
downloadbuildstream-01850d558c58bd55ee15733ceecf41696d332666.tar.gz
Merge branch 'valentindavid/ruamel-version-1.2' into 'bst-1.2'
Set version of ruaml.yaml to at least 0.15.41 but strictly less than 0.15.52. See merge request BuildStream/buildstream!647
-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',