summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin David <valentin.david@codethink.co.uk>2018-08-13 12:09:45 +0200
committerValentin David <valentin.david@gmail.com>2018-08-13 12:39:42 +0000
commitf53e12c2d337446d112f53652c6bba9ce8c2f6c8 (patch)
tree8270faaa0d2baa765d4019310932d48a6fe611da
parent650c4d8d1fdb3ea168160a5c368aaaeed6cbb6d4 (diff)
downloadbuildstream-f53e12c2d337446d112f53652c6bba9ce8c2f6c8.tar.gz
Set version of ruaml.yaml to strictly less than 0.15.52.
This allows to use version 0.15.51 rather than 0.15.0 which is required for Python 3. Fixes #571.
-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',